From 3940e9c62533b019a238f454eaae90662ad75ef9 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Thu, 11 Jun 2026 22:38:59 -0400 Subject: [PATCH] Add labeler github workflow --- .github/workflows/labeler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/labeler.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 00000000000..16dbac1afa0 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,12 @@ +name: "Pull Request Labeler" +on: +- pull_request_target + +jobs: + labeler: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v6