Skip to content

Commit

Permalink
Add 'maintainer action required' label to stale check (#2278)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccandless authored Dec 24, 2020
1 parent 362f9ec commit ca56ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 21
days-before-close: 7
exempt-issue-labels: 'discussion,pinned,epic,enhancement,beginner friendly'
exempt-issue-labels: 'discussion,pinned,epic,enhancement,beginner friendly,maintainer action required'
stale-issue-label: abandoned
stale-issue-message: >
This issue has been automatically marked as `abandoned`
Expand All @@ -23,7 +23,7 @@ jobs:
close-issue-message: >
Closing stale issue. If this issue is still relevant,
please reopen it.
exempt-pr-labels: 'pinned,enhancement,awaiting review'
exempt-pr-labels: 'pinned,enhancement,awaiting review,maintainer action required'
stale-pr-label: abandoned
stale-pr-message: >
This pull request has been automatically marked as `abandoned`
Expand Down

0 comments on commit ca56ef6

Please sign in to comment.