Skip to content

Commit

Permalink
fixup! stale: only apply to PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Sep 21, 2019
1 parent 614c7f2 commit 3dda969
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exemptLabels:
- "State: demonstrator"
- "State: don't stale"
- "Type: tracking"
- "Type: bug"
# Label to use when marking an issue as stale
staleLabel: "State: stale"
# Comment to post when marking an issue as stale. Set to `false` to disable
Expand All @@ -18,5 +19,3 @@ markComment: >
"State: don't stale" label. Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
# Only apply to pulls:
only: pulls

0 comments on commit 3dda969

Please sign in to comment.