We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59abbd8 commit 01810f9Copy full SHA for 01810f9
.github/mergify.yml
@@ -36,6 +36,20 @@ pull_request_rules:
36
add:
37
- frontend
38
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
+
53
- name: label-multi-modality
54
description: Automatically apply multi-modality label
55
conditions:
0 commit comments