Skip to content

Commit

Permalink
Update stale workflow to include any-of-labels instead of only-labels
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Apr 30, 2024
1 parent 91e8215 commit cf90b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
days-before-stale: 15
days-before-close: 7
only-labels: 'invalid,needs-info,wontfix'
any-of-labels: 'invalid,needs-info,wontfix'

0 comments on commit cf90b9f

Please sign in to comment.