Skip to content

Commit

Permalink
Use correct stale actino exempt yaml keys
Browse files Browse the repository at this point in the history
Signed-off-by: John McBride <jpmmcbride@gmail.com>
  • Loading branch information
jpmcb committed Sep 7, 2022
1 parent 0580724 commit 65981d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Expand Up @@ -39,8 +39,8 @@ jobs:
days-before-close: 30
stale-issue-label: 'lifecycle/stale'
stale-pr-label: 'lifecycle/stale'
exempt-issue-label: 'lifecycle/frozen'
exempt-pr-label: 'lifecycle/frozen'
exempt-issue-labels: 'lifecycle/frozen'
exempt-pr-labels: 'lifecycle/frozen'
close-issue-label: 'lifecycle/rotten'
close-pr-label: 'lifecycle/rotten'

Expand Down

0 comments on commit 65981d6

Please sign in to comment.