mirror of
https://github.com/perlbot/perlbot-jail
synced 2025-06-07 22:25:48 -04:00
Update automerge settings
This commit is contained in:
parent
9bb4fc87c0
commit
207f45c9a4
1 changed files with 4 additions and 1 deletions
5
.github/workflows/automerge.yml
vendored
5
.github/workflows/automerge.yml
vendored
|
@ -13,12 +13,15 @@ on:
|
||||||
pull_request_review:
|
pull_request_review:
|
||||||
types:
|
types:
|
||||||
- submitted
|
- submitted
|
||||||
|
check_suite:
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
status: {}
|
status: {}
|
||||||
jobs:
|
jobs:
|
||||||
automerge:
|
automerge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: automerge
|
- name: automerge
|
||||||
uses: "perlbot/automerge-action@master"
|
uses: "pascalgn/automerge-action@v0.12.0"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue