1
0
mirror of synced 2025-12-26 05:05:18 -05:00
Files
airbyte/.github/workflows/label-github-issues-by-path.yml
2024-12-18 13:17:19 -08:00

18 lines
470 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:
add-label-based-on-file-changes:
name: "Label PRs based on files changes"
runs-on: ubuntu-24.04
steps:
- name: "Label PR based on changed files"
uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}"
sync-labels: true