summaryrefslogtreecommitdiffstats
path: root/.github/workflows/labels.yml
blob: 9fa7a92972bef9d43659fffe29e91bf7150c658f (plain)
1
2
3
4
5
6
7
8
9
10
11
name: "Pull Request Labeler"

on: pull_request_target

jobs:
    triage:
        runs-on: ubuntu-latest
        steps:
            - uses: actions/labeler@main
              with:
                  repo-token: "${{ secrets.GITHUB_TOKEN }}"