Browse Source

Update automerge.yml

pull/6/head
Muryor 3 years ago committed by GitHub
parent
commit
13ee16e795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .github/workflows/automerge.yml

12
.github/workflows/automerge.yml

@ -17,6 +17,7 @@ on: @@ -17,6 +17,7 @@ on:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
@ -24,10 +25,13 @@ jobs: @@ -24,10 +25,13 @@ jobs:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: automerge
uses: "pascalgn/automerge-action@v0.15.2"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: merge
uses: mtanzi/action-automerge@v1
id: merge
with:
github_token: ${{ github.GITHUB_TOKEN}}
source: 'imgbot'
target: 'main'
- name: autopublish
uses: actions/setup-node@v1

Loading…
Cancel
Save