# the mapping from filepath to label # is defined in .github/label-github-issues-by-path.yml name: "Label PR based on filepath" on: - pull_request_target jobs: triage: runs-on: ubuntu-latest steps: - uses: actions/labeler@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true