Merge pull request #4439 from thornbill/stale-operations

Update stale action operations per run
This commit is contained in:
Bill Thornton
2023-03-22 12:46:49 -04:00
committed by GitHub
+2
View File
@@ -18,6 +18,7 @@ jobs:
- uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0
with:
repo-token: ${{ secrets.JF_BOT_TOKEN }}
operations-per-run: 75
days-before-stale: 120
days-before-pr-stale: -1
days-before-close: 21
@@ -39,6 +40,7 @@ jobs:
- uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0
with:
repo-token: ${{ secrets.JF_BOT_TOKEN }}
operations-per-run: 75
days-before-stale: -1
days-before-close: 90
days-before-issue-close: -1