Merge branch 'release' into staging
| @@ -16,21 +16,21 @@ jobs: | |||
| 16 | uses: actions/stale@v4 | 16 | uses: actions/stale@v4 |
| 17 | with: | 17 | with: |
| 18 | repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} | 18 | repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} |
| 19 | days-before-stale: 360 | 19 | days-before-stale: 183 |
| 20 | days-before-close: 5 | 20 | days-before-close: 7 |
| 21 | operations-per-run: 30 | 21 | operations-per-run: 30 |
| 22 | remove-stale-when-updated: true | 22 | remove-stale-when-updated: true |
| 23 | enable-statistics: true | 23 | enable-statistics: true |
| 24 | stale-issue-message: > | 24 | stale-issue-message: > |
| 25 | 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. | 25 | 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. |
| 26 | Otherwise it will be closed in 5 working days. | 26 | Otherwise it will be closed in 7 days. |
| 27 | stale-pr-message: > | 27 | stale-pr-message: > |
| 28 | 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, | 28 | 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, |
| 29 | otherwise this PR will be closed in 5 days. | 29 | otherwise this PR will be closed in 7 days. |
| 30 | close-issue-message: > | 30 | close-issue-message: > |
| 31 | This issue was automatically closed because it has been stalled for over 1 year with no activity. | 31 | This issue was automatically closed because it has been stalled for over 6 months with no activity. |
| 32 | close-pr-message: > | 32 | close-pr-message: > |
| 33 | This pull request was automatically closed because it has been stalled for over 1 year with no activity. | 33 | This pull request was automatically closed because it has been stalled for over 6 months with no activity. |
| 34 | stale-issue-label: '⚰️ Stale' | 34 | stale-issue-label: '⚰️ Stale' |
| 35 | close-issue-label: '🕸️ Inactive' | 35 | close-issue-label: '🕸️ Inactive' |
| 36 | stale-pr-label: '⚰️ Stale' | 36 | stale-pr-label: '⚰️ Stale' |
| @@ -44,8 +44,8 @@ jobs: | |||
| 44 | uses: actions/stale@v4 | 44 | uses: actions/stale@v4 |
| 45 | with: | 45 | with: |
| 46 | repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} | 46 | repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} |
| 47 | days-before-stale: 5 | 47 | days-before-stale: 7 |
| 48 | days-before-close: 3 | 48 | days-before-close: 7 |
| 49 | operations-per-run: 30 | 49 | operations-per-run: 30 |
| 50 | remove-stale-when-updated: true | 50 | remove-stale-when-updated: true |
| 51 | stale-issue-message: > | 51 | stale-issue-message: > |
| @@ -65,7 +65,7 @@ jobs: | |||
| 65 | with: | 65 | with: |
| 66 | repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} | 66 | repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} |
| 67 | days-before-stale: 7 | 67 | days-before-stale: 7 |
| 68 | days-before-close: 365 | 68 | days-before-close: 183 |
| 69 | operations-per-run: 30 | 69 | operations-per-run: 30 |
| 70 | remove-stale-when-updated: true | 70 | remove-stale-when-updated: true |
| 71 | stale-issue-message: Hey SillyTavern, - Don't forget to respond! | 71 | stale-issue-message: Hey SillyTavern, - Don't forget to respond! |
| @@ -29,4 +29,8 @@ | |||
| 29 | - Updating GitHub Actions. | 29 | - Updating GitHub Actions. |
| 30 | - Hotfixing a critical bug. | 30 | - Hotfixing a critical bug. |
| 31 | 4. Project maintainers will test and can change your code before merging. | 31 | 4. Project maintainers will test and can change your code before merging. |
| 32 | 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. | 32 | 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: |
| 33 | - What is the reason for a change? | ||
| 34 | - What did you do to achieve this? | ||
| 35 | - How would a reviewer test the change? | ||
| 36 | 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. | ||