diff options
Diffstat (limited to 'llama.cpp/.github/workflows/labeler.yml')
| -rw-r--r-- | llama.cpp/.github/workflows/labeler.yml | 17 |
1 files changed, 17 insertions, 0 deletions
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' |
