Skip to content

Commit

Permalink
housekeeping(stalebot): never close never stales (#4891)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley committed Nov 10, 2022
1 parent 8e5af82 commit f32748c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
# https://github.com/actions/stale/pull/775
- uses: actions/stale@v6.0.0
with:
stale-issue-label: stale
stale-pr-label: stale
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-issue-labels: 'never stale'
exempt-pr-labels: 'never stale'
# Pull Requests become stale more quickly due to merge conflicts.
# Also, we promote minimizing WIP.
days-before-pr-stale: 7
Expand Down

0 comments on commit f32748c

Please sign in to comment.