Skip to content

Commit e6146b5

Browse files
authored
Update no-response.yml
1 parent 8d09f5d commit e6146b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/no-response.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717
with:
1818
debug-only: true
1919
days-before-issue-stale: 7
20-
days-before-issue-close: 7
20+
days-before-issue-close: 3
2121
only-labels: "waiting-for-response"
2222
labels-to-remove-when-unstale: "waiting-for-response"
23-
stale-issue-message: "This issue is stale because there has been no response to a request for more information for 7 days."
24-
close-issue-message: "This issue was closed because there was no response to a request for more information for 14 days."
23+
stale-issue-message: "This issue will be closed soon because there has been no response."
2524
days-before-pr-stale: -1
2625
days-before-pr-close: -1
2726
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)