Skip to content

Implements explanation of how to enable allowed tracks with the current prefix for the bot. #5460

Implements explanation of how to enable allowed tracks with the current prefix for the bot.

Implements explanation of how to enable allowed tracks with the current prefix for the bot. #5460

Workflow file for this run

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