Update stale/close timings in workflow

This commit is contained in:
Wolfsblvt 2024-07-22 00:12:03 +02:00 committed by GitHub
parent 3c1d639ce5
commit 51c30e6adf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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!