Skip to content

Commit

Permalink
Merge pull request #1158 from mountaindude/master
Browse files Browse the repository at this point in the history
Increase number of old/stale issues processed to 50 per run
  • Loading branch information
mountaindude authored May 16, 2024
2 parents 8fb3849 + 03ea3bb commit c239ae4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/issues-autoclose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
- uses: actions/stale@v9
with:
operations-per-run: 50
days-before-issue-stale: 30
days-before-issue-close: 14
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale.\n\nPlease reopen if needed."
close-issue-message: "This issue was automatically closed because it has been inactive for 14 days since being marked as stale.\n\nPlease reopen if needed."
days-before-pr-stale: -1
days-before-pr-close: -1
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c239ae4

Please sign in to comment.