mirror of
https://github.com/rlespinasse/shortify-git-revision.git
synced 2026-09-15 04:12:24 +00:00
fix(ci): match dependabot PR author instead of github.actor (#34)
This commit is contained in:
committed by
GitHub
parent
4143006975
commit
405d11cea0
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