Skip to content

Commit d115d00

Browse files
chore: add small corrections to stale GitHub action (Unity-Technologies#3378)
This PR corrects workflow name and corrects one of the parameter to check if this specific label is present versus checking that only those labels are present
1 parent f2a9e9f commit d115d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mark-stale-issue.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# This affects only Issues but at some point we may also consider rules for PRs
66

7-
name: Mark and Close Stale Issues
7+
name: Mark or Close Stale Issues
88

99
on:
1010
workflow_dispatch:
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/stale@v9
2222
with:
2323
# Only mark issues (not PRs) as stale
24-
only-issue-labels: 'stat:awaiting-response'
24+
any-of-labels: 'stat:awaiting-response'
2525
days-before-stale: 30
2626
days-before-close: 30
2727
stale-issue-label: 'Stale'

0 commit comments

Comments
 (0)