diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-10-24 00:11:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-24 00:11:13 +0200 |
| commit | 923a5b16d8c0fccad577baaaed66047329a85274 (patch) | |
| tree | 2d45e001bf857cde9d6ce86dcafcdaca7e2dd71e | |
| parent | b7083bca6d38fa97d52f2147e83ac5f87e07d507 (diff) | |
| parent | 181601a1e58e5ac302583f4b10ac0e056351401c (diff) | |
Merge pull request #10447 from jacobslusser/jacob/stale-issues
| -rw-r--r-- | .github/workflows/repo-stale.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml index 2b1164116..e0789ea58 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -2,7 +2,7 @@ name: Stale Check on: schedule: - - cron: '30 */12 * * *' + - cron: '30 1 * * *' workflow_dispatch: permissions: @@ -19,11 +19,12 @@ jobs: - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} + ascending: true days-before-stale: 120 days-before-pr-stale: -1 days-before-close: 21 days-before-pr-close: -1 - operations-per-run: 75 + operations-per-run: 500 exempt-issue-labels: regression,security,roadmap,future,feature,enhancement,confirmed stale-issue-label: stale stale-issue-message: |- |
