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