mirror of
https://github.com/rlespinasse/slugify-value.git
synced 2026-09-15 04:12:34 +00:00
fix(ci): match dependabot PR author instead of github.actor (#42)
This commit is contained in:
committed by
GitHub
parent
d21d9108d1
commit
f13019fcc1
2
.github/workflows/dependabot-auto-merge.yml
vendored
2
.github/workflows/dependabot-auto-merge.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user