We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d8388 commit 5618f9aCopy full SHA for 5618f9a
.github/workflows/close-stale-issues.yml
@@ -24,5 +24,5 @@ jobs:
24
days-before-issue-close: 2
25
days-before-pr-stale: -1
26
days-before-pr-close: -1
27
- labels-to-remove-when-stale: 'State: Awaiting Response,State: Stale'
+ # labels-to-remove-when-stale: 'State: Awaiting Response,State: Stale' # TODO: Should do this after closing
28
labels-to-remove-when-unstale: 'State: Awaiting Response'
0 commit comments