Skip to content

Commit

Permalink
Merge pull request #17094 from vishal423/reduce-stale-notifications
Browse files Browse the repository at this point in the history
Exclude PR and Issue with specific labels in stale workflow
  • Loading branch information
pascalgrimaud committed Nov 22, 2021
2 parents 87267ad + 8e796e0 commit c2bdd97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
Comment or this will be closed in 7 days
days-before-stale: 30
days-before-close: 7
exempt-issue-labels: 'area: bug :bug:,status: work in progress'
exempt-pr-labels: 'pr: bug-fix,status: work in progress'

0 comments on commit c2bdd97

Please sign in to comment.