Skip to content

Remove limited donation links #26

Remove limited donation links

Remove limited donation links #26

Workflow file for this run

name: Auto Merge PR
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Auto Merge PR
if: contains(${{ github.event.pull_request.base.ref }}, 'master')
run: |
echo ${{ secrets.GH_TOKEN }} >> auth.txt
gh auth login --with-token < auth.txt
rm auth.txt
gh pr merge https://github.com/FreeTubeApp/FreeTubeApp.io/pull/${{ github.event.pull_request.number }} --auto --squash