Increase number of operations for the GitHub Stale Action

This commit is contained in:
Armel Soro
2023-10-30 10:39:58 +01:00
committed by GitHub
parent 869982dc99
commit 04f0709218

View File

@@ -23,6 +23,7 @@ jobs:
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 100
stale-issue-message: 'A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity.'
stale-pr-message: 'A friendly reminder that this PR had no activity for 90 days. Stale PRs will be closed after an additional 30 days of inactivity.'
stale-issue-label: 'lifecycle/stale'
@@ -35,4 +36,4 @@ jobs:
days-before-close: 30
close-issue-message: "This issue was closed because it has been inactive for 30 days since being marked as stale."
close-pr-message: "This PR was closed because it has been inactive for 30 days since being marked as stale."
remove-stale-when-updated: true
remove-stale-when-updated: true