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 e303dcf commit 0c600b9Copy full SHA for 0c600b9
.github/mergify.yml
@@ -27,6 +27,22 @@ pull_request_rules:
27
add:
28
- ci/build
29
30
+- name: label-deepseek
31
+ description: Automatically apply deepseek label
32
+ conditions:
33
+ - or:
34
+ - files~=^examples/.*deepseek.*\.py
35
+ - files~=^tests/.*deepseek.*\.py
36
+ - files~=^vllm/entrypoints/openai/tool_parsers/.*deepseek.*\.py
37
+ - files~=^vllm/model_executor/models/.*deepseek.*\.py
38
+ - files~=^vllm/reasoning/.*deepseek.*\.py
39
+ - files~=^vllm/transformers_utils/.*deepseek.*\.py
40
+ - title~=(?i)DeepSeek
41
+ actions:
42
+ label:
43
+ add:
44
+ - deepseek
45
+
46
- name: label-frontend
47
description: Automatically apply frontend label
48
conditions:
0 commit comments