Merge pull request #744 from wg-easy/ci/stale
stale.yml: do 5 operation per run
This commit is contained in:
commit
e0bab37305
|
@ -31,4 +31,4 @@ jobs:
|
|||
stale-pr-message: "This PR is stale because it has been open for 30 days with no activity."
|
||||
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale."
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
operations-per-run: 100
|
||||
operations-per-run: 5
|
||||
|
|
Loading…
Reference in New Issue