We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca038a4 commit 3318916Copy full SHA for 3318916
.github/workflows/no-response.yml
@@ -25,12 +25,12 @@ jobs:
25
days-before-stale: -1
26
# Close needs-info issues and PRs after 14 days of inactivity.
27
days-before-close: 14
28
- stale-issue-label: "needs-info"
+ stale-issue-label: "State: needs info"
29
close-issue-message: >
30
Without additional information we're not able to resolve this issue.
31
Feel free to add more info or respond to any questions above and we
32
can reopen the case. Thanks for your contribution!
33
- stale-pr-label: "needs-info"
+ stale-pr-label: "State: needs info"
34
close-pr-message: >
35
Without additional information we're not able to resolve this PR.
36
Feel free to add more info or respond to any questions above.
0 commit comments