Skip to content

Commit d9d79b2

Browse files
committed
mark stale
1 parent dd9ac81 commit d9d79b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale-issue-helper.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/stale@v9
1414
with:
15-
close-issue-message: "This issue was closed because it hasn't been updated for 120 days. If it's still important, please reopen + comment and we'll gladly take another look!"
16-
# stale-issue-message: "This issue hasn't been updated in 90 days and will be closed after 120 days without activity. If it's still important, please leave a comment and share any new information that would help us address the issue."
15+
close-issue-message: "This issue was closed because it hasn't been updated for 100 days. If it's still important, please reopen + comment and we'll gladly take another look!"
16+
stale-issue-message: "This issue hasn't been updated in 90 days and will be closed after an additional 10 days without activity. If it's still important, please leave a comment and share any new information that would help us address the issue."
1717
days-before-stale: 90
18-
days-before-close: 90
18+
days-before-close: 100
1919
days-before-pr-stale: -1
2020
days-before-pr-close: -1
2121
stale-issue-label: "stale"

0 commit comments

Comments
 (0)