From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/.github/workflows/labeler.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 llama.cpp/.github/workflows/labeler.yml (limited to 'llama.cpp/.github/workflows/labeler.yml') diff --git a/llama.cpp/.github/workflows/labeler.yml b/llama.cpp/.github/workflows/labeler.yml new file mode 100644 index 0000000..eab20c6 --- /dev/null +++ b/llama.cpp/.github/workflows/labeler.yml @@ -0,0 +1,17 @@ +name: "Pull Request Labeler" +on: +- pull_request_target + +jobs: + labeler: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-slim + steps: + - uses: actions/checkout@v6 + with: + repository: "ggml-org/llama.cpp" + - uses: actions/labeler@v6 + with: + configuration-path: '.github/labeler.yml' -- cgit v1.2.3