Skip to content

Commit dd95def

Browse files
authored
introduce any-of-labels (#7676)
1 parent 78e11bf commit dd95def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/stale@v9
1111
with:
12-
only-labels: 'proposal,community-triage'
12+
any-of-labels: 'proposal,community-triage'
1313
stale-pr-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
1414
days-before-stale: 30
1515
days-before-close: 10

0 commit comments

Comments
 (0)