Update autoMerge.yml
This commit is contained in:
parent
39b6e81e0d
commit
706da959e8
|
@ -3,8 +3,11 @@ name: Auto Merge PR
|
||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the development branch
|
# Triggers the workflow on push or pull request events but only for the development branch
|
||||||
pull_request:
|
pull_request_review: # try to merge after review
|
||||||
types: [opened, synchronize, reopened]
|
types:
|
||||||
|
- submitted
|
||||||
|
- edited
|
||||||
|
- dismissed
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -15,11 +18,10 @@ jobs:
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Enable GitHub Pull Reaquest Auto Merge Action
|
- name: Merge Pal
|
||||||
# You may pin to the exact commit or the version.
|
# You may pin to the exact commit or the version.
|
||||||
# uses: poad/github-pull-request-auto-merge-enable-action@89573fd0a329b987282e63d3a81b1c2d260c6648
|
# uses: maxkomarychev/merge-pal-action@7a3bca37e260865d9e9a259212c1d13ef4da7f41
|
||||||
uses: poad/github-pull-request-auto-merge-enable-action@v1.0.0
|
uses: maxkomarychev/merge-pal-action@v0.5.1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
# Token to perform api calls
|
||||||
owner: FreeTubeApp
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
repository: FreeTube
|
|
||||||
|
|
Loading…
Reference in New Issue