Skip to content

Commit 61e24de

Browse files
committed
DAOS-17803 cq: fix actor name for Dependabot
The actual actor for Dependabot is `dependabot[bot]`, not just `dependabot`. Doc-only: true Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
1 parent ec39633 commit 61e24de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot2jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
run-if-dependabot:
12-
if: github.actor == 'dependabot'
12+
if: startsWith(github.actor, 'dependabot')
1313
runs-on: ubuntu-latest
1414
permissions:
1515
pull-requests: write

0 commit comments

Comments
 (0)