Skip to content

Commit b72c7eb

Browse files
Update stale.yml (#1380)
* Update stale.yml Consider "Closing Soon" label as well for stale issues and do not add label after marked as stale(avoid any updates). * Update .github/workflows/stale.yml Co-authored-by: Richard McClellan <[email protected]> Co-authored-by: Richard McClellan <[email protected]>
1 parent e3b222d commit b72c7eb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ jobs:
1818
days-before-close: 7
1919
# PRs wont go stale
2020
days-before-pr-stale: -1
21-
# Only issues and PRs with ALL these labels are checked.
22-
only-labels: "Clarification Needed"
23-
# label added after 30 days IF ALL only-labels are present
24-
stale-issue-label: "Closing Soon"
21+
# Issues and PRs with any of these labels are checked.
22+
any-of-labels: "Clarification Needed, Closing Soon"

0 commit comments

Comments
 (0)