Allow usage of [p]audioset logs
in DMs
#5945
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Labeler - PRs | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- labeled | |
- unlabeled | |
permissions: | |
pull-requests: write | |
jobs: | |
label_pull_requests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Apply Type Label | |
uses: actions/labeler@v4 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
sync-labels: true | |
- name: Label documentation-only changes. | |
uses: Jackenmen/label-doconly-changes@v1 | |
env: | |
LDC_LABELS: Docs-only |