Rewrite and expand auto comments

7543a24ca720e7ef13484400ffcdbad1d08b1c44

Wolfsblvt <wolfsblvt@gmail.com>

2 files changed, +52 -17Ignore whitespace
.github/issues-auto-comments.yml+25 -14
@@ -1,5 +1,5 @@
11comment:
22 footer: |>
33 ---
44 > I am a bot, and this is an automated message 🤖
55labels:
@@ -8,7 +8,7 @@ labels:
88 issue:
99 action: close
1010 body: >
1111 Hello @{{ issue.user.login }}. yourYour ticket has been marked as invalid.
1212 Please ensure you follow the issue template, provide all requested info,
1313 and be sure to check the docs + previous issues prior to raising tickets.
1414
@@ -16,31 +16,42 @@ labels:
1616 labeled:
1717 issue:
1818 body: >
1919 This issue has been marked as a good first issue for first-time contributors to implement!
2020 This is a great way to support the project,. whileWhile also improving your skills, you'll also be credited as a contributor once your PR is merged.
2121 If you're new to SillyTavern [here are ais collectionthe ofofficial resourcesdocumentation](https://docs.sillytavern.app/). The official contribution guide can be found [here](https://github.com/SillyTavern/SillyTavern/blob/release/CONTRIBUTING.md).
2222 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).
2323
2424 - name: ❌ wontfix
2525 labeled:
2626 issue:
2727 action: close
2828 body: >
2929 This tickedticket has been marked as 'wontfix', which usually means it is out-of-scope, or not feasible at this time.
30- You can still fork the project and make the changes yourself.
30+ IF you have any questions about this, feel free to reach out.
3131
3232 - name: ✅ FixedDone (staging)
3333 labeled:
3434 issue:
3535 body: >
3636 Hello @{{ issue.user.login }}! It looks like all or part of this issue has now been implemented as part of the `staging` branch.
37+ If you currently are on the `release` branch, you can switch to `staging` to test this right away.
38+
39+ Note that `staging` is considered less stable than the official releases. To switch, follow existing instructions,
40+ or simply enter the following command: `git switch staging`
41+
42+ - name: ✅ Done
43+ labeled:
44+ issue:
45+ body: >
46+ It looks like all or part of this issue has now been implemented as part of the `latest` release.
3747
3848 - name: ‼️ High Priority
3949 labeled:
4050 issue:
4151 body: >
4252 This ticketissue has been marked as high priority, andindicating hasthat beenit bumpedis important to the topmaintainers ofand the priority listcommunity.
43- You should expect an implementation to be pushed out soon. Thank you for your patience.
53+ 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.
54+ Thank you for your patience and understanding.
4455
4556 - name: 💀 Spam
4657 labeled:
@@ -49,5 +60,5 @@ labels:
4960 locking: lock
5061 lock_reason: spam
5162 body: >
5263 This issue has been identified as spam, and is now locked.
53- Users who repeatedly
64+ Please refrain from posting spam in the future, as it disrupts the community and wastes valuable time.
.github/pr-auto-comments.yml+27 -3
@@ -1,15 +1,39 @@
11comment:
22 footer: |>
33 ---
44 > I am a bot, and this is an automated message 🤖
55labels:
66 - name: ✖️ Invalid
77 labeled:
88 pr:
9- body: Thank you @{{ pull_request.user.login }} for suggesting this. Please follow the pull request templates.
109 action: close
10+ body: >
11+ Thank you @{{ pull_request.user.login }} for contributing to this repository.
12+ Your Pull Request has been marked as invalid.
13+
14+ Please ensure you follow the pull request template, provide all relevant info,
15+ and target the correct branch. `staging` is the default target branch, `release` should only be targeted for important hotfixes.
16+
17+ If you have any questions, feel free to reach out.
1118
1219 - name: ⛔ Don't Merge
1320 labeled:
1421 pr:
15- body: This PR has been temporarily blocked from merging.
22+ body: >
23+ This PR has been temporarily blocked from merging.
24+
25+ - name: 💥💣 Breaking Changes
26+ labeled:
27+ pr:
28+ body: >
29+ This PR is marked as containing one or more breaking changes.
30+
31+ Please make sure that those are documented accordingly and steps to inform users at release are prepared.
32+
33+ - name: ⛔ Waiting For External/Upstream
34+ labeled:
35+ pr:
36+ body: >
37+ This PR is awaiting external or upstream changes or approval.
38+ It can only be merged once those changes have been implemented and approved.
39+ Please inform us of any progress on the upstream changes or approval.