From e75104b06633ee95ee86516d71c351ebb1aae593 Mon Sep 17 00:00:00 2001 From: Bennett Goble Date: Fri, 18 Nov 2022 07:38:47 -0800 Subject: Add automatic PR labels --- .github/workflows/label.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/label.yaml (limited to '.github/workflows') diff --git a/.github/workflows/label.yaml b/.github/workflows/label.yaml new file mode 100644 index 0000000000..6e41d8aa2d --- /dev/null +++ b/.github/workflows/label.yaml @@ -0,0 +1,15 @@ +name: Pull Request Labeler +on: + - pull_request_target + +jobs: + triage: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v4 + with: + configuration-path: .github/labeler.yaml + repo-token: "${{ secrets.GITHUB_TOKEN }}" -- cgit v1.2.3