Skip to content

Commit 2175dca

Browse files
authored
Workflow: Fix stale message
1 parent fb2e42d commit 2175dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
Marking this pull request as stale due to 30 days of inactivity. If this pull request receives no comments in the next 14 days it will be closed. Maintainers can also remove the `stale` label.
3838
3939
To help this pull request get reviewed, please check that it is rebased onto the latest ${{ github.event.repository.default_branch }} and is passing automated checks. It also helps if you could reference an issue that the pull request resolves, and create one if it doesn't exist.
40-
close-issue-message: 'This issue was closed because it has been stale for 14 days with no activity.'
40+
close-issue-message: 'This issue was closed because it has been stale for 30 days with no activity.'
4141
close-pr-message: 'This PR was closed because it has been stale for 14 days with no activity.'
4242
days-before-issue-stale: 120
4343
days-before-pr-stale: 30

0 commit comments

Comments
 (0)