aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/auto_labeler_pr.yml
blob: 8aa79353c25bacf612f87057bd41a5e792ec78bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "Pull Request Labeler"
on:
- pull_request_target

permissions:
  pull-requests: write

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Apply Type Label
        uses: actions/labeler@v6
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"
          sync-labels: false