Skip to content

Commit c9c90cf

Browse files
authored
fix: add keep label to exempt-pr-labels and exempt-issue-labels (#76)
Signed-off-by: jmeridth <[email protected]>
1 parent 7aaffd1 commit c9c90cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
days-before-issue-stale: 10
2828
days-before-issue-close: 5
2929
stale-issue-label: "no-issue-activity"
30-
exempt-issue-labels: "awaiting-approval,work-in-progress"
30+
exempt-issue-labels: "awaiting-approval,work-in-progress,keep"
3131
stale-pr-message: >
3232
This PR is stale because it has been open 20 days with no activity.
3333
Replace the `no-pr-activity` label with a `work-in-progress` label or comment or
@@ -37,5 +37,5 @@ jobs:
3737
days-before-pr-stale: 20
3838
days-before-pr-close: 5
3939
stale-pr-label: "no-pr-activity"
40-
exempt-pr-labels: "awaiting-approval,work-in-progress,dependencies"
40+
exempt-pr-labels: "awaiting-approval,work-in-progress,dependencies,keep"
4141
exempt-pr-assignees: "snyk-github"

0 commit comments

Comments
 (0)