We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa4b53 commit 11f1ae6Copy full SHA for 11f1ae6
.github/workflows/no-response.yaml
@@ -36,10 +36,12 @@ jobs:
36
# Number of days of inactivity before an issue is closed for lack of response.
37
days-before-stale: -1
38
days-before-close: 21
39
+ close-issue-label: "r: timeout"
40
# Label requiring a response.
41
stale-issue-label: "waiting for customer response"
42
stale-pr-label: "needs-info"
43
close-pr-message: >
44
Without additional information we're not able to resolve this PR.
45
Feel free to add more info or respond to any questions above.
46
Thanks for your contribution!
47
+ close-pr-label: "r: timeout"
0 commit comments