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

This commit is contained in:
Romain Lespinasse
2026-08-31 01:58:28 +02:00
committed by GitHub
parent 3117857fe9
commit 0e3299190d

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