Increase number of GitHub operations allowed in stale bot (#6985)

This commit is contained in:
Siarhei Fedartsou 2024-07-09 20:32:03 +03:00 committed by GitHub
parent 4930d2ef05
commit f1510b758d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,8 @@
name: 'Close stale issues'
on:
pull_request:
branches:
- master
schedule:
- cron: '30 1 * * *' # every day at 1:30am
permissions:
@ -12,6 +15,7 @@ jobs:
steps:
- uses: actions/stale@v9
with:
operations-per-run: 3000
stale-issue-message: 'This issue seems to be stale. It will be closed in 30 days if no further activity occurs.'
stale-pr-message: 'This PR seems to be stale. Is it still relevant?'
days-before-issue-stale: 180 # 6 months