Update autoMerge.yml

This commit is contained in:
Preston 2021-08-19 22:33:55 -04:00 committed by GitHub
parent 9eb2add436
commit 706e00b1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 8 deletions

View File

@ -11,19 +11,14 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Create auth.txt
run: |
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
- name: Login GH CLI
run: |
gh auth login --with-token < ${{ secrets.PUSH_TOKEN }}
- name: rm auth.txt
run: |
gh auth login --with-token < auth.txt
rm auth.txt
- name: Enable Auto Merge PR
run: |
gh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto