Update autoMergePR.yml
This commit is contained in:
parent
7d6a2a20cb
commit
b1eecb4e33
|
@ -18,13 +18,9 @@ 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:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
- name: Merge
|
||||||
- uses: actions/checkout@v2
|
uses: KeisukeYamashita/auto-pull-request-merge@v1
|
||||||
|
|
||||||
- name: Merge Pal
|
|
||||||
# You may pin to the exact commit or the version.
|
|
||||||
# uses: maxkomarychev/merge-pal-action@7a3bca37e260865d9e9a259212c1d13ef4da7f41
|
|
||||||
uses: maxkomarychev/merge-pal-action@v0.5.1
|
|
||||||
with:
|
with:
|
||||||
# Token to perform api calls
|
failStep: false
|
||||||
token: ${{ secrets.PUSH_TOKEN }}
|
intervalSeconds: 10
|
||||||
|
timeoutSeconds: 30
|
||||||
|
|
Loading…
Reference in New Issue