1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/.github/workflows/label-github-issues-by-path.yml
Topher Lubaway 7fad702ce0 Toph cleans up labellers ii (#17330)
* Further testing

This reverts commit 83cdf198f1.

* Moves find_valid_pat into single job

* Removes duplicate find_valid_pat

* Moves find_valid_pat to single job

* New name for FE notifier
2022-09-28 11:18:37 -05:00

16 lines
339 B
YAML

# 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