Skip to content

Commit 41069d4

Browse files
authored
Add exempt label
1 parent 4bb2833 commit 41069d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/stale.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ jobs:
1111
- name: Run stale
1212
uses: actions/stale@v9
1313
with:
14-
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days."
15-
stale-pr-message: "This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days."
14+
exempt-issue-labels: "no-stale"
15+
exempt-pr-labels: "no-stale"
16+
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days."
17+
stale-pr-message: "This PR is stale because it has been open for 45 days with no activity. Remove stale label or comment or this will be closed in 10 days."
1618
close-issue-message: "This issue was closed because it has been stalled for 5 days with no activity."
1719
close-pr-message: "This PR was closed because it has been stalled for 10 days with no activity."
1820
days-before-issue-stale: 30

0 commit comments

Comments
 (0)