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 d04d8ef commit c785ebcCopy full SHA for c785ebc
.github/workflows/renovate-custom-hooks.yaml
@@ -17,7 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
permissions:
19
contents: read
20
- if: github.repository_owner == 'jkroepke' && github.event.pull_request.user.login == 'renovate[bot]'
+ # zizmor: ignore[bot-conditions]
21
+ if: github.repository_owner == 'jkroepke' && github.actor == 'renovate[bot]'
22
steps:
23
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24
with:
0 commit comments