Skip to content

Commit 8402039

Browse files
extend PR stale and closure time (#2437)
1 parent 0433a00 commit 8402039

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale-issue-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
close-issue-message: >
3030
This issue was closed because it has been inactive for 28 days.
3131
Please reopen if you'd like to work on this further.
32-
days-before-pr-stale: 14
33-
days-before-pr-close: 14
34-
stale-pr-message: "This PR is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you."
35-
close-pr-message: "This PR was closed because it has been inactive for 28 days. Please reopen if you'd like to work on this further."
32+
days-before-pr-stale: 28
33+
days-before-pr-close: 28
34+
stale-pr-message: "This PR is stale because it has been open for 28 days with no activity. It will be closed in 28 days if no further activity occurs. Thank you."
35+
close-pr-message: "This PR was closed because it has been inactive for 56 days. Please reopen if you'd like to work on this further."
3636
repo-token: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Contribution issues
3838
uses: actions/stale@v9

0 commit comments

Comments
 (0)