This commit is contained in:
Burzah
2025-03-15 08:51:04 +00:00
committed by GitHub
parent 4cce6b0206
commit 0a35ef4695
+3 -3
View File
@@ -2,7 +2,7 @@ name: Label and close stale PRs and Issues
on:
schedule:
- cron: '0 0 * * *' # Runs at midnight UTC every day
- cron: '0 0 * * *' # Runs at midnight UTC every day
jobs:
stale-prs:
@@ -13,10 +13,10 @@ jobs:
with:
stale-pr-message: 'This pull request seems to be stale as there have been no changes in 14 days, please make changes within 7 days or the PR will be closed. If you believe this is a mistake, please inform a development team member on Discord.'
close-pr-message: 'This pull request has not received any updates since being marked stale, and as such is now being automatically closed. Please feel free to re-open this pull request or open a new one once you have new updates.'
stale-issue-message: 'This issue either requires verification or is unreproducible, but has had no updates for 60 days. Please provide an update within 14 days or this issue will be closed. If you believe this is a mistake, please contact an issue manager on Discord.'
stale-issue-message: 'This issue either requires verification or is unreproducible, but has had no updates for 120 days. Please provide an update within 14 days or this issue will be closed. If you believe this is a mistake, please contact an issue manager on Discord.'
close-issue-message: 'This issue was marked as stale, yet no changes have been observed in the specified time. The issue has been closed.'
days-before-stale: 14
days-before-issue-stale: 60
days-before-issue-stale: 120
days-before-close: 7
days-before-issue-close: 14
exempt-issue-labels: 'Stale Exempt'