We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a6454c + 15a170a commit df731f0Copy full SHA for df731f0
.github/workflows/dependabot-merge.yml
@@ -10,7 +10,7 @@ permissions:
10
jobs:
11
dependabot:
12
runs-on: ubuntu-latest
13
- if: github.actor == 'dependabot[bot]'
+ if: github.event.pull_request.user.login == 'dependabot[bot]'
14
steps:
15
- name: Enable auto-merge for Dependabot PRs
16
run: gh pr merge --auto --merge "$PR_URL"
zizmor.yml
@@ -4,8 +4,6 @@ rules:
4
disable: true
5
cache-poisoning:
6
7
- bot-conditions:
8
- disable: true
9
dependabot-cooldown:
superfluous-actions:
0 commit comments