mirror of
https://github.com/perlbot/perlbot-jail
synced 2025-06-07 06:05:47 -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:
|
||||
types:
|
||||
- submitted
|
||||
check_suite:
|
||||
types:
|
||||
- completed
|
||||
status: {}
|
||||
jobs:
|
||||
automerge:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: automerge
|
||||
uses: "perlbot/automerge-action@master"
|
||||
uses: "pascalgn/automerge-action@v0.12.0"
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue