We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec39633 commit 61e24deCopy full SHA for 61e24de
1 file changed
.github/workflows/dependabot2jira.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
run-if-dependabot:
12
- if: github.actor == 'dependabot'
+ if: startsWith(github.actor, 'dependabot')
13
runs-on: ubuntu-latest
14
permissions:
15
pull-requests: write
0 commit comments