Skip to content

Commit e23b974

Browse files
authored
labeler.yml: Use settings from ggerganov/llama.cpp [no ci] (#7363)
https://github.com/actions/labeler#using-configuration-path-input-together-with-the-actionscheckout-action Recommends the use of checkout action to use the correct repo context when applying settings for PR labels e.g. steps: - uses: actions/checkout@v4 # Uploads repository content to the runner with: repository: "owner/repositoryName" # The one of the available inputs, visit https://github.com/actions/checkout#readme to find more - uses: actions/labeler@v5 with: configuration-path: 'path/to/the/uploaded/configuration/file'
1 parent 854d365 commit e23b974

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: actions/checkout@v4
13+
with:
14+
repository: "ggerganov/llama.cpp"
1215
- uses: actions/labeler@v5
16+
with:
17+
configuration-path: '.github/labeler.yml'

0 commit comments

Comments
 (0)