ci: close inactive issue, increase operations per run

This commit is contained in:
Pierrick HYMBERT 2024-03-24 07:18:28 +01:00
parent ddf6568510
commit f7fc8f0f8d

View file

@ -19,5 +19,5 @@ jobs:
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
days-before-pr-stale: -1 days-before-pr-stale: -1
days-before-pr-close: -1 days-before-pr-close: -1
operations-per-run: 1000 operations-per-run: 10000
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}