We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2f1f2 commit 3cd95f6Copy full SHA for 3cd95f6
1 file changed
.github/workflows/clawsweeper-dispatch.yml
@@ -24,7 +24,14 @@ concurrency:
24
jobs:
25
dispatch:
26
runs-on: ubuntu-latest
27
- if: ${{ github.event_name == 'issue_comment' || !(endsWith(github.actor, '[bot]') && (github.event.action == 'labeled' || github.event.action == 'unlabeled')) }}
+ 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
+ }}
35
env:
36
HAS_CLAWSWEEPER_APP_PRIVATE_KEY: ${{ secrets.CLAWSWEEPER_APP_PRIVATE_KEY != '' }}
37
CLAWSWEEPER_APP_CLIENT_ID: Iv23liOECG0slfuhz093
0 commit comments