chore: Set days-before-stale to 100

This commit is contained in:
koenkk
2023-11-08 20:13:02 +01:00
parent 9996c931e2
commit ccc08a3fc7
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
days-before-stale: 30
days-before-stale: 100
days-before-close: 7
exempt-issue-labels: dont-stale
operations-per-run: 500