Skip to content

Commit

Permalink
Handle 1000 operations per run and set the number of days to before an
Browse files Browse the repository at this point in the history
issue is considered stale to 45.
  • Loading branch information
Joshua-Riek committed Nov 29, 2024
1 parent b54d137 commit 2cceadb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ run-name: Close inactive issues
'on':
schedule:
- cron: "0 12 * * 1"
workflow_dispatch:

jobs:
close-issues:
Expand All @@ -15,10 +14,9 @@ jobs:
steps:
- uses: actions/stale@v8
with:
days-before-stale: 60
operations-per-run: 1000
days-before-stale: 45
days-before-close: 14
exempt-issue-labels: pinned,security,planned
exempt-pr-labels: pinned,security,planned
stale-issue-label: "stale"
stale-pr-label: "stale"
stale-issue-message: |
Expand Down

0 comments on commit 2cceadb

Please sign in to comment.