mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-09-15 07:12:20 +00:00
fix(ci): match dependabot PR author instead of github.actor (#182)
This commit is contained in:
committed by
GitHub
parent
3117857fe9
commit
0e3299190d
2
.github/workflows/dependabot-auto-merge.yml
vendored
2
.github/workflows/dependabot-auto-merge.yml
vendored
@@ -8,7 +8,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
auto-merge:
|
auto-merge:
|
||||||
if: github.actor == 'dependabot[bot]'
|
if: github.event.pull_request.user.login == 'dependabot[bot]'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Dependabot metadata
|
- name: Dependabot metadata
|
||||||
|
|||||||
Reference in New Issue
Block a user