We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b81dbc commit e3053a7Copy full SHA for e3053a7
1 file changed
.github/workflows/labeler.yml
@@ -11,8 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v6
13
with:
14
- ref: ${{ github.event.pull_request.head.sha }}
15
- repository: ${{ github.event.pull_request.head.repo.full_name }}
+ repository: "ggml-org/llama.cpp"
16
- uses: actions/labeler@v6
17
18
configuration-path: '.github/labeler.yml'
0 commit comments