mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Rewrite and expand auto comments
This commit is contained in:
37
.github/issues-auto-comments.yml
vendored
37
.github/issues-auto-comments.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
comment:
|
comment:
|
||||||
footer: |
|
footer: >
|
||||||
---
|
---
|
||||||
> I am a bot, and this is an automated message 🤖
|
> I am a bot, and this is an automated message 🤖
|
||||||
labels:
|
labels:
|
||||||
@@ -8,7 +8,7 @@ labels:
|
|||||||
issue:
|
issue:
|
||||||
action: close
|
action: close
|
||||||
body: >
|
body: >
|
||||||
Hello @{{ issue.user.login }} your ticket has been marked as invalid.
|
Hello @{{ issue.user.login }}. Your ticket has been marked as invalid.
|
||||||
Please ensure you follow the issue template, provide all requested info,
|
Please ensure you follow the issue template, provide all requested info,
|
||||||
and be sure to check the docs + previous issues prior to raising tickets.
|
and be sure to check the docs + previous issues prior to raising tickets.
|
||||||
|
|
||||||
@@ -16,31 +16,42 @@ labels:
|
|||||||
labeled:
|
labeled:
|
||||||
issue:
|
issue:
|
||||||
body: >
|
body: >
|
||||||
This issue has been marked as a good first issue for first-time contributors to implement!
|
This issue has been marked as a good first issue for contributors to implement!
|
||||||
This is a great way to support the project, while also improving your skills, you'll also be credited as a contributor once your PR is merged.
|
This is a great way to support the project. While also improving your skills, you'll also be credited as a contributor once your PR is merged.
|
||||||
If you're new to SillyTavern [here are a collection of resources](https://docs.sillytavern.app/)
|
If you're new to SillyTavern [here is the official documentation](https://docs.sillytavern.app/). The official contribution guide can be found [here](https://github.com/SillyTavern/SillyTavern/blob/release/CONTRIBUTING.md).
|
||||||
If you need any support at all, feel free to reach out via [Discord](https://discord.gg/sillytavern).
|
If you need any support at all, feel free to reach out via [Discord](https://discord.gg/sillytavern), or let us know in this issue or via [discussions](https://github.com/SillyTavern/SillyTavern/discussions).
|
||||||
|
|
||||||
- name: ❌ wontfix
|
- name: ❌ wontfix
|
||||||
labeled:
|
labeled:
|
||||||
issue:
|
issue:
|
||||||
action: close
|
action: close
|
||||||
body: >
|
body: >
|
||||||
This ticked has been marked as 'wontfix', which usually means it is out-of-scope, or not feasible at this time.
|
This ticket has been marked as 'wontfix', which usually means it is out-of-scope, or not feasible at this time.
|
||||||
You can still fork the project and make the changes yourself.
|
IF you have any questions about this, feel free to reach out.
|
||||||
|
|
||||||
- name: ✅ Fixed
|
- name: ✅ Done (staging)
|
||||||
labeled:
|
labeled:
|
||||||
issue:
|
issue:
|
||||||
body: >
|
body: >
|
||||||
Hello @{{ issue.user.login }}! It looks like all or part of this issue has now been implemented.
|
It looks like all or part of this issue has now been implemented as part of the `staging` branch.
|
||||||
|
If you currently are on the `release` branch, you can switch to `staging` to test this right away.
|
||||||
|
|
||||||
|
Note that `staging` is considered less stable than the official releases. To switch, follow existing instructions,
|
||||||
|
or simply enter the following command: `git switch staging`
|
||||||
|
|
||||||
|
- name: ✅ Done
|
||||||
|
labeled:
|
||||||
|
issue:
|
||||||
|
body: >
|
||||||
|
It looks like all or part of this issue has now been implemented as part of the `latest` release.
|
||||||
|
|
||||||
- name: ‼️ High Priority
|
- name: ‼️ High Priority
|
||||||
labeled:
|
labeled:
|
||||||
issue:
|
issue:
|
||||||
body: >
|
body: >
|
||||||
This ticket has been marked as high priority, and has been bumped to the top of the priority list.
|
This issue has been marked as high priority, indicating that it is important to the maintainers and the community.
|
||||||
You should expect an implementation to be pushed out soon. Thank you for your patience.
|
While we cannot guarantee an immediate fix or provide an exact timeline, please rest assured that it is on our radar and will be addressed whenever possible.
|
||||||
|
Thank you for your patience and understanding.
|
||||||
|
|
||||||
- name: 💀 Spam
|
- name: 💀 Spam
|
||||||
labeled:
|
labeled:
|
||||||
@@ -50,4 +61,4 @@ labels:
|
|||||||
lock_reason: spam
|
lock_reason: spam
|
||||||
body: >
|
body: >
|
||||||
This issue has been identified as spam, and is now locked.
|
This issue has been identified as spam, and is now locked.
|
||||||
Users who repeatedly
|
Please refrain from posting spam in the future, as it disrupts the community and wastes valuable time.
|
||||||
|
30
.github/pr-auto-comments.yml
vendored
30
.github/pr-auto-comments.yml
vendored
@@ -1,15 +1,39 @@
|
|||||||
comment:
|
comment:
|
||||||
footer: |
|
footer: >
|
||||||
---
|
---
|
||||||
> I am a bot, and this is an automated message 🤖
|
> I am a bot, and this is an automated message 🤖
|
||||||
labels:
|
labels:
|
||||||
- name: ✖️ Invalid
|
- name: ✖️ Invalid
|
||||||
labeled:
|
labeled:
|
||||||
pr:
|
pr:
|
||||||
body: Thank you @{{ pull_request.user.login }} for suggesting this. Please follow the pull request templates.
|
|
||||||
action: close
|
action: close
|
||||||
|
body: >
|
||||||
|
Thank you @{{ pull_request.user.login }} for contributing to this repository.
|
||||||
|
Your Pull Request has been marked as invalid.
|
||||||
|
|
||||||
|
Please ensure you follow the pull request template, provide all relevant info,
|
||||||
|
and target the correct branch. `staging` is the default target branch, `release` should only be targeted for important hotfixes.
|
||||||
|
|
||||||
|
If you have any questions, feel free to reach out.
|
||||||
|
|
||||||
- name: ⛔ Don't Merge
|
- name: ⛔ Don't Merge
|
||||||
labeled:
|
labeled:
|
||||||
pr:
|
pr:
|
||||||
body: This PR has been temporarily blocked from merging.
|
body: >
|
||||||
|
This PR has been temporarily blocked from merging.
|
||||||
|
|
||||||
|
- name: 💥💣 Breaking Changes
|
||||||
|
labeled:
|
||||||
|
pr:
|
||||||
|
body: >
|
||||||
|
This PR is marked as containing one or more breaking changes.
|
||||||
|
|
||||||
|
Please make sure that those are documented accordingly and steps to inform users at release are prepared.
|
||||||
|
|
||||||
|
- name: ⛔ Waiting For External/Upstream
|
||||||
|
labeled:
|
||||||
|
pr:
|
||||||
|
body: >
|
||||||
|
This PR is awaiting external or upstream changes or approval.
|
||||||
|
It can only be merged once those changes have been implemented and approved.
|
||||||
|
Please inform us of any progress on the upstream changes or approval.
|
||||||
|
Reference in New Issue
Block a user