Skip to content

Commit

Permalink
Temporarily increase issue limit for GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Aug 13, 2024
1 parent 0b2a77b commit dd1b1c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Close stale issues and PRs
on:
schedule:
- cron: '30 * * * *'
- cron: '45 * * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9.0.0
with:
days-before-stale: 28
days-before-stale: 21
days-before-close: 0
operations-per-run: 300
exempt-issue-labels: do-not-close
exempt-pr-labels: do-not-close

0 comments on commit dd1b1c0

Please # to comment.