diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-10-27 12:36:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 12:36:07 +0200 |
| commit | 7767ef97284ff322bb597bbdcb26bc89b1fe2093 (patch) | |
| tree | 46047362601105c2de2f821c7612c16a585f63ac | |
| parent | ed00d7448b0ebb2cede5daad0073412bccb24cfc (diff) | |
| parent | 8d0a03e9e12cb5275d783e39e0ef41703751e673 (diff) | |
Merge pull request #10473 from jacobslusser/jacob/stale-issues
| -rw-r--r-- | .github/workflows/repo-stale.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml index e0789ea58..f9075ba03 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -42,7 +42,8 @@ jobs: - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} - operations-per-run: 75 + ascending: true + operations-per-run: 150 # The merge conflict action will remove the label when updated remove-stale-when-updated: false days-before-stale: -1 |
