Skip to content

Accept only textual subtitle codecs #49

Accept only textual subtitle codecs

Accept only textual subtitle codecs #49

Workflow file for this run

---
name: Dependabot
on:
- pull_request
permissions: write-all
jobs:
auto-merge:
name: Auto-merge
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "${{github.event.pull_request.html_url}}"
env:
GH_TOKEN: ${{ github.token }}