Skip to content

Commit 3cd95f6

Browse files
committed
ci: preserve clawsweeper bot label filter
1 parent 5a2f1f2 commit 3cd95f6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/clawsweeper-dispatch.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ concurrency:
2424
jobs:
2525
dispatch:
2626
runs-on: ubuntu-latest
27-
if: ${{ github.event_name == 'issue_comment' || !(endsWith(github.actor, '[bot]') && (github.event.action == 'labeled' || github.event.action == 'unlabeled')) }}
27+
if: >-
28+
${{
29+
github.event_name == 'issue_comment' ||
30+
!(
31+
endsWith(github.actor, '[bot]') &&
32+
(github.event.action == 'labeled' || github.event.action == 'unlabeled')
33+
)
34+
}}
2835
env:
2936
HAS_CLAWSWEEPER_APP_PRIVATE_KEY: ${{ secrets.CLAWSWEEPER_APP_PRIVATE_KEY != '' }}
3037
CLAWSWEEPER_APP_CLIENT_ID: Iv23liOECG0slfuhz093

0 commit comments

Comments
 (0)