Skip to content

Commit 01810f9

Browse files
authored
[CI] Introduce rules for llama auto-label (#19323)
Signed-off-by: Lu Fang <lufang@fb.com>
1 parent 59abbd8 commit 01810f9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/mergify.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@ pull_request_rules:
3636
add:
3737
- frontend
3838

39+
- name: label-llama
40+
description: Automatically apply llama label
41+
conditions:
42+
- or:
43+
- files~=^examples/.*llama.*\.py
44+
- files~=^tests/.*llama.*\.py
45+
- files~=^vllm/entrypoints/openai/tool_parsers/llama.*\.py
46+
- files~=^vllm/model_executor/models/.*llama.*\.py
47+
- files~=^vllm/transformers_utils/configs/.*llama.*\.py
48+
actions:
49+
label:
50+
add:
51+
- llama
52+
3953
- name: label-multi-modality
4054
description: Automatically apply multi-modality label
4155
conditions:

0 commit comments

Comments
 (0)