Skip to content

Commit

Permalink
Merge pull request #1386 from github/stale-exemption
Browse files Browse the repository at this point in the history
Add the option to exempt issues and prs from staleness
  • Loading branch information
chiedo authored Nov 16, 2020
2 parents a7fb82d + 1c1f6ab commit f84ba23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/60-days-stale-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
only-labels: 'engineering'
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-pr-labels: 'never-stale'
exempt-issue-labels: 'never-stale'

2 changes: 2 additions & 0 deletions .github/workflows/triage-stale-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
days-before-stale: 7
days-before-close: 10
stale-pr-label: 'stale'
exempt-pr-labels: 'never-stale'
exempt-issue-labels: 'never-stale'

0 comments on commit f84ba23

Please sign in to comment.