Skip to content

Commit bd1f0aa

Browse files
committed
Update stale.yaml
Ignore issues / PRs with `lifecycle/frozen` label when marking them as stale / closing them. Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 1ef4bbc commit bd1f0aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/stale.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ jobs:
1414
steps:
1515
- uses: actions/stale@v9
1616
with:
17-
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. This issue will be closed in 30 days unless new comments are made or the stale label is removed.'
18-
stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. This PR will be closed in 30 days unless new comments are made or the stale label is removed.'
17+
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. This issue will be closed in 30 days unless new comments are made or the stale label is removed. To skip these checks, apply the "lifecycle/frozen" label.'
18+
stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. This PR will be closed in 30 days unless new comments are made or the stale label is removed. To skip these checks, apply the "lifecycle/frozen" label.'
1919
stale-issue-label: 'lifecycle/stale'
2020
stale-pr-label: 'lifecycle/stale'
21+
exempt-issue-labels: 'lifecycle/frozen'
22+
exempt-pr-labels: 'lifecycle/frozen'
2123
days-before-stale: 90
2224
close-issue-message: 'This issue was automatically closed due to inactivity.'
23-
close-pr-message: 'This pull request was automatically closed due to inactivity.'
25+
close-pr-message: 'This pull request was automatically closed due to inactivity.'
2426
days-before-issue-close: 30
2527
days-before-pr-close: 30
2628
remove-stale-when-updated: true

0 commit comments

Comments
 (0)