Skip to content

Commit 9f1d2bd

Browse files
fix(actions): don't close after issues and PRs
1 parent 4e88988 commit 9f1d2bd

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,8 @@ jobs:
2727
exempt-pr-labels: Not Stale
2828
stale-issue-message: >
2929
This issue is stale because it has been open for 60 days with no
30-
activity. Remove the "Stale" label or comment on the issue, or it
31-
will be closed in 7 days.
30+
activity.
3231
stale-pr-message: >
3332
This pull request is stale because it has been open for 60 days
34-
with no activity. Remove the "Stale" label or comment on the pull
35-
request, or it will be closed in 7 days.
36-
close-issue-message: >
37-
This issue has been marked as stale and closed due to no activity
38-
on it.
39-
close-pr-message: >
40-
This pull request has been marked as stale and closed due to no
41-
activity on it.
33+
with no activity.
34+
days-before-close: -1

0 commit comments

Comments
 (0)