Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
Stale check
  • Loading branch information
dhoomakethu authored Mar 8, 2021
1 parent ce5d83b commit 84424bb
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
Expand Up @@ -22,8 +22,9 @@ jobs:
days-before-issue-close: 5
days-before-pr-close: 10
stale-issue-label: 'no-issue-activity'
exempt-issue-labels: 'Bug, Enhancements, Investigating, in progress, Documentation Update Required'
exempt-issue-labels: 'Bug,Enhancements,Investigating,in progress,Documentation Update Required,3.x'
stale-pr-label: 'no-pr-activity'
exempt-pr-labels: 'IN REVIEW, Reviewing, Draft, in progress, 3.x, 2.5.0'
exempt-pr-labels: 'IN REVIEW,Reviewing,Draft,in progress,3.x,2.5.0'
remove-stale-when-updated: true
# only-labels: "More Information Required, Not an Issue, question, Won't Do"

0 comments on commit 84424bb

Please sign in to comment.