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 2cce41b commit a867ee5Copy full SHA for a867ee5
.github/workflows/ci_cd.yml
@@ -78,7 +78,7 @@ jobs:
78
runs-on: ubuntu-latest
79
steps:
80
- name: Exit if dependabot triggered the workflow
81
- if: github.event.pull_request.user.login == 'dependabot[bot]'
+ if: github.triggering_actor == 'dependabot[bot]'
82
run: |
83
echo "::warning::Dependabot is not allowed to trigger this workflow. Please review carefully the changes before running the workflow manually."
84
exit 1
doc/changelog.d/6787.maintenance.md
@@ -0,0 +1 @@
1
+Fix dependabot PR blocking job
zizmor.yml
@@ -0,0 +1,5 @@
+rules:
2
+ bot-conditions:
3
+ ignore:
4
+ # ignore line 81 in ci_cd.yml
5
+ - ci_cd.yml:81
0 commit comments