summaryrefslogtreecommitdiff
path: root/llama.cpp/.github/workflows/labeler.yml
blob: eab20c68811e044894e29cd2793de40bc357559a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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'