Skip to content

Commit

Permalink
chore: activate stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 25, 2022
1 parent e4c9ea2 commit f221f55
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
exempt-all-milestones: true
exempt-issue-labels: Pinned
exempt-draft-pr: true
operations-per-run: 10
debug-only: true
operations-per-run: 1000
stale-legacy:
name: 'Close year old issues and PRs'
runs-on: ubuntu-latest
Expand All @@ -40,5 +39,4 @@ jobs:
days-before-pr-close: 30
exempt-all-milestones: true
exempt-issue-labels: Pinned
operations-per-run: 10
debug-only: true
operations-per-run: 1000

0 comments on commit f221f55

Please sign in to comment.