Skip to content

Commit a9d2cd0

Browse files
Time frame changes in workflows + added stale exempt label (#6283)
* Update response time * Update pr stale window * add reproduced exempt label * change stale-pr-message
1 parent 62eeedc commit a9d2cd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/no-response.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
This issue has been automatically closed because there has been no response to our request for more information from the original author.
2121
With only the information that is currently in the issue, we don't have enough information to take action.
2222
Please reach out if you have or find the answers we need so that we can investigate further.
23-
daysUntilClose: 14
23+
daysUntilClose: 7
2424
responseRequiredLabel: "U: Waiting for Response from Author"

.github/workflows/stale.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
- uses: actions/stale@v9
1515
with:
1616
stale-issue-message: 'This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
17-
stale-pr-message: 'This PR is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
17+
stale-pr-message: 'This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
1818
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
1919
close-pr-message: 'This PR was closed because it has been stalled for 14 days with no activity.'
2020
days-before-issue-stale: 28
21-
days-before-pr-stale: 28
21+
days-before-pr-stale: 14
2222
days-before-issue-close: 7
2323
days-before-pr-close: 14
2424
stale-issue-label: 'U: stale'
2525
stale-pr-label: 'PR: stale'
2626
exempt-pr-labels: 'PR: WIP'
27-
exempt-issue-labels: 'enhancement'
27+
exempt-issue-labels: 'enhancement, U: reproduced'

0 commit comments

Comments
 (0)