Skip to content

LG webOS SSA/ASS subtitiles implementation partially broken #863

LG webOS SSA/ASS subtitiles implementation partially broken

LG webOS SSA/ASS subtitiles implementation partially broken #863

Workflow file for this run

name: Auto Label
on:
issues:
types: [opened, edited]
concurrency:
group: ${{ github.event.issue.number }}
cancel-in-progress: true
permissions:
issues: write
contents: read
jobs:
label-issue:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Label issue
uses: actions/github-script@v8
with:
script: |
const script = require('./.github/scripts/auto-label.js');
await script({github, context});