Skip to content

transcription playground #82

transcription playground

transcription playground #82

Workflow file for this run

name: labeler
on:
- pull_request
jobs:
label:
permissions:
contents: read
pull-requests: write
issues: write
runs-on: ubuntu-latest
steps:
- name: labeler action
uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yaml"