Skip to content

Commit 89a5634

Browse files
authored
Merge pull request #3588 from chocolatey/repo-sync/github/default
(maint) synced file(s) with chocolatey/.github
2 parents 7335f19 + bd6000d commit 89a5634

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.github/workflows/stale.yml

+13-6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
stale:
1313
runs-on: ubuntu-latest
1414
steps:
15+
# Action GitHub repository: https://github.com/actions/stale
1516
- uses: actions/stale@v9
1617
id: stale
1718
with:
@@ -20,13 +21,14 @@ jobs:
2021
exempt-all-assignees: false
2122
exempt-draft-pr: true
2223
stale-issue-label: "Pending Closure"
23-
stale-pr-label: 'Pending Closure'
24-
only-labels: '0 - Waiting on User'
24+
stale-pr-label: "Pending Closure"
25+
only-labels: "0 - Waiting on User"
2526
close-issue-label: "No Response / Stale"
27+
close-issue-reason: "not_planned"
2628
close-pr-label: "No Response / Stale"
27-
exempt-issue-labels: 'Security / CVE,2 - Working,3 - Review'
28-
exempt-pr-labels: 'Security / CVE,2 - Working,3 - Review'
29-
labels-to-remove-when-unstale: '0 - Waiting on User,Pending closure'
29+
exempt-issue-labels: "Security,2 - Working,3 - Review"
30+
exempt-pr-labels: "Security,2 - Working,3 - Review"
31+
labels-to-remove-when-unstale: "0 - Waiting on User,Pending closure"
3032
remove-stale-when-updated: true
3133
stale-issue-message: |
3234
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
@@ -37,13 +39,18 @@ jobs:
3739
As this issue seems to have been inactive for quite some time now, it has been automatically closed.
3840
If you feel this is a valid issue, please feel free to re-open the issue if / when a pull request
3941
has been added.
40-
Thank you for your contribution.
4142
43+
Thank you for your contribution.
44+
stale-pr-message: |
45+
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
46+
This pull request will be closed in 14 days if it continues to be inactive.
4247
close-pr-message: |
4348
Dear contributor,
4449
4550
As this PR seems to have been inactive for 30 days after changes / additional information
4651
was requested, it has been automatically closed.
52+
4753
If you feel the changes are still valid, please re-open the PR once all changes or additional information
4854
that was requested has been added.
55+
4956
Thank you for your contribution.

0 commit comments

Comments
 (0)