Update autoMerge.yml

This commit is contained in:
Preston 2021-08-20 10:49:25 -04:00 committed by GitHub
parent 8cd069e88a
commit f5d7af3190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Create Flatpak PR
name: Auto Merge PR
on:
pull_request_target:
types: [opened, synchronize, reopened]
@ -10,7 +10,7 @@ jobs:
steps:
- name: Auto Merge PR
run: |
echo ${{ secrets.GH_TOKEN }} >> auth.txt
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
gh auth login --with-token < auth.txt
rm auth.txt
gh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto --squash