Skip to content

Commit

Permalink
fix: remove regression from exempt list of stale bot (#3118)
Browse files Browse the repository at this point in the history
  • Loading branch information
pantharshit00 committed Jul 23, 2020
1 parent 00ca1ee commit f6b7d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
stale-issue-message: 'DUMMY, FOR ENABLING'
days-before-stale: 60
days-before-close: -1
exempt-issue-labels: 'kind/discussion,kind/docs,kind/feature,kind/improvement,kind/question,kind/regression'
exempt-issue-labels: 'kind/discussion,kind/docs,kind/feature,kind/improvement,kind/question'
stale-issue-label: 'status/needs-action'
skip-stale-issue-message: true
skip-stale-pr-message: true
Expand Down

0 comments on commit f6b7d42

Please sign in to comment.