mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 20:33:52 +08:00
Updated .github/workflows/auto-merge.yml
This commit is contained in:
parent
0d429b0086
commit
c24a35db3d
25
.github/workflows/auto-merge.yml
vendored
25
.github/workflows/auto-merge.yml
vendored
@ -9,25 +9,12 @@ jobs:
|
|||||||
automerge:
|
automerge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
if: |
|
||||||
(
|
github.actor == 'dependabot[bot]' ||
|
||||||
github.event.pull_request.user.login == 'dependabot[bot]' ||
|
github.actor == 'dependabot' ||
|
||||||
github.event.pull_request.user.login == 'dependabot' ||
|
github.actor == 'dependabot-preview[bot]' ||
|
||||||
github.event.pull_request.user.login == 'dependabot-preview[bot]' ||
|
github.actor == 'dependabot-preview' ||
|
||||||
github.event.pull_request.user.login == 'dependabot-preview' ||
|
github.actor == 'renovate[bot]' ||
|
||||||
github.event.pull_request.user.login == 'renovate[bot]' ||
|
github.actor == 'renovate'
|
||||||
github.event.pull_request.user.login == 'renovate' ||
|
|
||||||
github.event.pull_request.user.login == 'github-actions[bot]'
|
|
||||||
)
|
|
||||||
&&
|
|
||||||
(
|
|
||||||
github.actor == 'dependabot[bot]' ||
|
|
||||||
github.actor == 'dependabot' ||
|
|
||||||
github.actor == 'dependabot-preview[bot]' ||
|
|
||||||
github.actor == 'dependabot-preview' ||
|
|
||||||
github.actor == 'renovate[bot]' ||
|
|
||||||
github.actor == 'renovate' ||
|
|
||||||
github.actor == 'github-actions[bot]'
|
|
||||||
)
|
|
||||||
steps:
|
steps:
|
||||||
- name: automerge
|
- name: automerge
|
||||||
uses: pascalgn/automerge-action@v0.14.2
|
uses: pascalgn/automerge-action@v0.14.2
|
||||||
|
Loading…
Reference in New Issue
Block a user