Skip to content

Commit aa0a5ee

Browse files
author
choco-sync
committed
(maint) synced local '.github/workflows/stale.yml' with remote '.github/workflows/stale.yml'
1 parent 4e56e1c commit aa0a5ee

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/stale.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/stale@v9
1717
id: stale
1818
with:
19-
days-before-stale: 30
19+
days-before-stale: 14
2020
days-before-close: 14
2121
exempt-all-assignees: false
2222
exempt-draft-pr: true
@@ -32,25 +32,27 @@ jobs:
3232
remove-stale-when-updated: true
3333
stale-issue-message: |
3434
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
35+
36+
3537
This issue will be closed in 14 days if it continues to be inactive.
3638
close-issue-message: |
37-
Dear contributor,
38-
39-
As this issue seems to have been inactive for quite some time now, it has been automatically closed.
39+
As this issue has been inactive for some time, it has been automatically closed.
4040
If you feel this is a valid issue, please feel free to re-open the issue if / when a pull request
4141
has been added.
4242
43+
4344
Thank you for your contribution.
4445
stale-pr-message: |
4546
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
47+
48+
4649
This pull request will be closed in 14 days if it continues to be inactive.
4750
close-pr-message: |
48-
Dear contributor,
51+
As this pull request has been inactive for some time it has been automatically closed.
52+
4953
50-
As this PR seems to have been inactive for 30 days after changes / additional information
51-
was requested, it has been automatically closed.
54+
If you feel the changes are still valid, please re-open the pull request once the changes and / or the additional information
55+
requested, has been added.
5256
53-
If you feel the changes are still valid, please re-open the PR once all changes or additional information
54-
that was requested has been added.
5557
5658
Thank you for your contribution.

0 commit comments

Comments
 (0)