We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 454e9cc + 3068983 commit a40731eCopy full SHA for a40731e
2 files changed
.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: Dependabot metadata
16
id: metadata
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