Skip to content

feat: Refactor team data sources to latest pattern #2100

feat: Refactor team data sources to latest pattern

feat: Refactor team data sources to latest pattern #2100

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions: read-all
jobs:
labeler:
name: Label PRs
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write # Use this if all labels already exist in the repository (i.e., pre-defined in .github/labeler.yml).
defaults:
run:
shell: bash
steps:
- name: Run Labeler
uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
with:
sync-labels: false # Whether or not to remove labels when matching files are reverted or no longer changed by the PR