Skip to content

[POC] [CI] Setup test suite infrastructure for staged migration #4857

[POC] [CI] Setup test suite infrastructure for staged migration

[POC] [CI] Setup test suite infrastructure for staged migration #4857

Workflow file for this run

name: Auto Label PRs
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Auto-label by file changes
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: false