Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

build(deps-dev): bump add-dist-header from 1.3.2 to 1.4.2 #267

build(deps-dev): bump add-dist-header from 1.3.2 to 1.4.2

build(deps-dev): bump add-dist-header from 1.3.2 to 1.4.2 #267

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 }}, '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