fix(ci): match dependabot PR author instead of github.actor (#42)

This commit is contained in:
Romain Lespinasse
2026-08-31 02:00:43 +02:00
committed by GitHub
parent d21d9108d1
commit f13019fcc1

View File

@@ -8,7 +8,7 @@ permissions:
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Dependabot metadata