Skip to content

A: make autoplay available for YT mobile #21

A: make autoplay available for YT mobile

A: make autoplay available for YT mobile #21

Workflow file for this run

name: Label Commenter
on:
issues:
types:
- labeled
- unlabeled
pull_request_target:
types:
- labeled
- unlabeled
discussion:
types:
- labeled
- unlabeled
permissions:
contents: read
issues: write
pull-requests: write
jobs:
comment:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@main
with:
ref: main # Set your default branch
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1