Skip to content

test/new-e2e/tests/apm: root tag e2e test #24953

test/new-e2e/tests/apm: root tag e2e test

test/new-e2e/tests/apm: root tag e2e test #24953

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