We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a9e9f commit ac371baCopy full SHA for ac371ba
.github/workflows/mark-stale-issue.yaml
@@ -4,7 +4,7 @@
4
5
# This affects only Issues but at some point we may also consider rules for PRs
6
7
-name: Mark and Close Stale Issues
+name: Mark or Close Stale Issues
8
9
on:
10
workflow_dispatch:
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/stale@v9
22
with:
23
# Only mark issues (not PRs) as stale
24
- only-issue-labels: 'stat:awaiting-response'
+ any-of-labels: 'stat:awaiting-response'
25
days-before-stale: 30
26
days-before-close: 30
27
stale-issue-label: 'Stale'
0 commit comments