Skip to content

Commit 9456b98

Browse files
author
Janson Hartliep
authored
chore(stale): extend threshold for stale issues (#26571)
This adjusts the stalebot to only close stale issues after 60 days (keeping the 20 day labeling). We'll further adjust stalebot and labeling as part of longer-term adjustments. [ch13127]
1 parent fbee216 commit 9456b98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/schedule-stale.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ jobs:
1313
with:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
DAYS_BEFORE_STALE: 20
16-
DAYS_BEFORE_CLOSE: 10
16+
DAYS_BEFORE_CLOSE: 40
1717
OPERATIONS_PER_RUN: 5000
1818
STALE_ISSUE_MESSAGE: |
1919
Hiya!
2020
2121
This issue has gone quiet. Spooky quiet. 👻
2222
23-
We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here.
23+
We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here.
2424
If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!
2525
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out [gatsby.dev/contribute](https://www.gatsbyjs.org/contributing/how-to-contribute/) for more information about opening PRs, triaging issues, and contributing!
2626
2727
Thanks for being a part of the Gatsby community! 💪💜
2828
CLOSE_MESSAGE: |
2929
Hey again!
3030
31-
It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it.
32-
Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m `HUMAN_EMOTION_SORRY`. Please feel free to reopen this issue or create a new one if you need anything else.
31+
It’s been 60 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it.
32+
Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m `HUMAN_EMOTION_SORRY`. Please feel free to comment on this issue or create a new one if you need anything else.
3333
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out [gatsby.dev/contribute](https://www.gatsbyjs.org/contributing/how-to-contribute/) for more information about opening PRs, triaging issues, and contributing!
3434
3535
Thanks again for being part of the Gatsby community! 💪💜

0 commit comments

Comments
 (0)