Skip to content

Commit 663f155

Browse files
bot-gradlejbartok
andcommitted
Merge pull request #22602 Disable issue closing by stalebot
The BT Support team has decided to disable automatic issue closing by the stale bot. The bot will still mark issues as stale, but open stale issues will be made part of the team's issue triage process and closed manually after a final examination (or handled in other ways). Co-authored-by: József Bartók <[email protected]>
2 parents 8364f31 + 57d8b7d commit 663f155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale-issue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
If you feel this is something you could contribute, please have a look
3333
at our [Contributor Guide](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md).
3434
Thank you for your contribution.
35-
days-before-issue-close: 21
35+
days-before-issue-close: -1
3636
close-issue-message: >
3737
This issue has been automatically closed due to inactivity. If you can reproduce this on a
3838
recent version of Gradle or if you have a good use case for this feature, please feel free
@@ -49,7 +49,7 @@ jobs:
4949
Given the limited bandwidth of the team, it will be closed if no further activity occurs.
5050
If you intend to work on this pull request, please ask the team to reopen the PR or push a new PR.
5151
Thank you for your contributions.
52-
days-before-pr-close: 21
52+
days-before-pr-close: -1
5353
close-pr-message: >
5454
This pull request has been automatically closed due to inactivity.
5555
If you are still interested in contributing this, please ensure that
@@ -86,7 +86,7 @@ jobs:
8686
Given the limited bandwidth of the team, it will be closed if no further activity occurs.
8787
If you intend to work on this pull request, please ask the team to reopen the PR or push a new PR.
8888
Thank you for your contributions.
89-
days-before-pr-close: 21
89+
days-before-pr-close: -1
9090
close-pr-message: >
9191
This pull request has been automatically closed due to inactivity.
9292
If you are still interested in contributing this, please ensure that

0 commit comments

Comments
 (0)