mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Use correct stale action exempt-
yaml keys (#1800)
Signed-off-by: John McBride <jpmmcbride@gmail.com>
This commit is contained in:
parent
0580724b5f
commit
2e8ba6f308
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
@ -39,8 +39,8 @@ jobs:
|
||||||
days-before-close: 30
|
days-before-close: 30
|
||||||
stale-issue-label: 'lifecycle/stale'
|
stale-issue-label: 'lifecycle/stale'
|
||||||
stale-pr-label: 'lifecycle/stale'
|
stale-pr-label: 'lifecycle/stale'
|
||||||
exempt-issue-label: 'lifecycle/frozen'
|
exempt-issue-labels: 'lifecycle/frozen'
|
||||||
exempt-pr-label: 'lifecycle/frozen'
|
exempt-pr-labels: 'lifecycle/frozen'
|
||||||
close-issue-label: 'lifecycle/rotten'
|
close-issue-label: 'lifecycle/rotten'
|
||||||
close-pr-label: 'lifecycle/rotten'
|
close-pr-label: 'lifecycle/rotten'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue