Skip to content

Commit 602528e

Browse files
committed
Update
1 parent a0108ea commit 602528e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deprecations-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
issues: write
2323
if: >-
2424
(github.event_name == 'pull_request' &&
25-
contains(github.event.pull_request.labels.*.name, 'Deprecate')) ||
25+
contains(github.event.pull_request.labels.*.name, 'Deprecate'))
2626
runs-on: ubuntu-22.04
2727
steps:
2828
- name: Checkout

0 commit comments

Comments
 (0)