Skip to content

Commit

Permalink
Merge pull request #12192 from aabadie/pr/ci/stale_issues_only
Browse files Browse the repository at this point in the history
stale: don't stale issues labelled with "Type: bug"
  • Loading branch information
aabadie authored Oct 1, 2019
2 parents a7cb0a4 + 3a3c0d3 commit 6b96f69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exemptLabels:
- "Area: security"
- "State: demonstrator"
- "State: don't stale"
- "Type: bug"
- "Type: tracking"
# Label to use when marking an issue as stale
staleLabel: "State: stale"
Expand Down

0 comments on commit 6b96f69

Please sign in to comment.