Skip to content

Commit

Permalink
(#1754) Add missing config for stale pr label
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Feb 14, 2022
1 parent 118aa7f commit 656380d
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 @@ -18,9 +18,10 @@ jobs:
days-before-stale: 60
days-before-close: 14
days-before-pr-close: 30
exempt-all-issue-allignees:
exempt-draft-pr:
exempt-all-issue-allignees: true
exempt-draft-pr: true
stale-issue-label: Pending closure
stale-pr-label: '0 - Waiting on User'
only-pr-labels: '0 - Waiting on User'
close-issue-label: Unresolved
close-pr-label: 'Unresolved'
Expand Down

0 comments on commit 656380d

Please sign in to comment.