Skip to content

Commit c785ebc

Browse files
committed
chore(github-actions): update condition for renovate[bot] trigger
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent d04d8ef commit c785ebc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/renovate-custom-hooks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
permissions:
1919
contents: read
20-
if: github.repository_owner == 'jkroepke' && github.event.pull_request.user.login == 'renovate[bot]'
20+
# zizmor: ignore[bot-conditions]
21+
if: github.repository_owner == 'jkroepke' && github.actor == 'renovate[bot]'
2122
steps:
2223
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2324
with:

0 commit comments

Comments
 (0)