Merge branch 'release' into staging

This commit is contained in:
Cohee 2024-08-02 13:01:56 +03:00
commit 8cbdf6bb81
2 changed files with 17 additions and 13 deletions

View File

@ -16,21 +16,21 @@ jobs:
uses: actions/stale@v4 uses: actions/stale@v4
with: with:
repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
days-before-stale: 360 days-before-stale: 183
days-before-close: 5 days-before-close: 7
operations-per-run: 30 operations-per-run: 30
remove-stale-when-updated: true remove-stale-when-updated: true
enable-statistics: true enable-statistics: true
stale-issue-message: > stale-issue-message: >
This issue has gone 3 months without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. This issue has gone 6 months without an update. To keep the ticket open, please indicate that it is still relevant in a comment below.
Otherwise it will be closed in 5 working days. Otherwise it will be closed in 7 days.
stale-pr-message: > stale-pr-message: >
This PR is stale because it has been open 6 weeks with no activity. Either remove the stale label or comment below with a short update, This PR is stale because it has been open 6 months with no activity. Either remove the stale label or comment below with a short update,
otherwise this PR will be closed in 5 days. otherwise this PR will be closed in 7 days.
close-issue-message: > close-issue-message: >
This issue was automatically closed because it has been stalled for over 1 year with no activity. This issue was automatically closed because it has been stalled for over 6 months with no activity.
close-pr-message: > close-pr-message: >
This pull request was automatically closed because it has been stalled for over 1 year with no activity. This pull request was automatically closed because it has been stalled for over 6 months with no activity.
stale-issue-label: '⚰️ Stale' stale-issue-label: '⚰️ Stale'
close-issue-label: '🕸️ Inactive' close-issue-label: '🕸️ Inactive'
stale-pr-label: '⚰️ Stale' stale-pr-label: '⚰️ Stale'
@ -44,8 +44,8 @@ jobs:
uses: actions/stale@v4 uses: actions/stale@v4
with: with:
repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
days-before-stale: 5 days-before-stale: 7
days-before-close: 3 days-before-close: 7
operations-per-run: 30 operations-per-run: 30
remove-stale-when-updated: true remove-stale-when-updated: true
stale-issue-message: > stale-issue-message: >
@ -65,7 +65,7 @@ jobs:
with: with:
repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
days-before-stale: 7 days-before-stale: 7
days-before-close: 365 days-before-close: 183
operations-per-run: 30 operations-per-run: 30
remove-stale-when-updated: true remove-stale-when-updated: true
stale-issue-message: Hey SillyTavern, - Don't forget to respond! stale-issue-message: Hey SillyTavern, - Don't forget to respond!

View File

@ -29,4 +29,8 @@
- Updating GitHub Actions. - Updating GitHub Actions.
- Hotfixing a critical bug. - Hotfixing a critical bug.
4. Project maintainers will test and can change your code before merging. 4. Project maintainers will test and can change your code before merging.
5. Mind the license. Your contributions will be licensed under the GNU Affero General Public License. If you don't know what that implies, consult your lawyer. 5. Write at least somewhat meaningful PR descriptions. There's no "right" way to do it, but the following may help with outlining a general structure:
- What is the reason for a change?
- What did you do to achieve this?
- How would a reviewer test the change?
6. Mind the license. Your contributions will be licensed under the GNU Affero General Public License. If you don't know what that implies, consult your lawyer.