mirror of
https://github.com/perlbot/perlbot-jail
synced 2025-06-07 14:15:45 -04:00
Create automerge action
This commit is contained in:
parent
bcf1ba82e4
commit
8ac416e282
1 changed files with 25 additions and 0 deletions
25
.github/workflows/automerge.yml
vendored
Normal file
25
.github/workflows/automerge.yml
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
name: automerge
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types:
|
||||||
|
- labeled
|
||||||
|
- unlabeled
|
||||||
|
- synchronize
|
||||||
|
- opened
|
||||||
|
- edited
|
||||||
|
- ready_for_review
|
||||||
|
- reopened
|
||||||
|
- unlocked
|
||||||
|
pull_request_review:
|
||||||
|
types:
|
||||||
|
- submitted
|
||||||
|
status: {}
|
||||||
|
jobs:
|
||||||
|
automerge:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: automerge
|
||||||
|
uses: "pascalgn/automerge-action@2c8e667a3386187418587517e5bfe33470d19b5b"
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
MERGE_LABELS: ""
|
Loading…
Add table
Reference in a new issue