This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
build(deps-dev): bump the babel group across 1 directory with 3 updates #278
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}, 'development') | |
run: | | |
echo ${{ secrets.GH_TOKEN }} >> auth.txt | |
gh auth login --with-token < auth.txt | |
rm auth.txt | |
gh pr merge https://github.com/FreeTubeApp/videojs-vtt-thumbnails/pull/${{ github.event.pull_request.number }} --auto --squash |