Skip to content

ci(non-gitlab): [agent6] Misc updates #46654

ci(non-gitlab): [agent6] Misc updates

ci(non-gitlab): [agent6] Misc updates #46654

Workflow file for this run

name: "PR labeler"
on:
pull_request:
branches:
- main
- "[0-9]+.[0-9]+.x"
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
# currently doesn't work
sync-labels: true