Skip to content

Commit 1b99028

Browse files
authored
[Misc][gpt-oss] Add rules to label gpt-oss related PRs (vllm-project#22600)
Signed-off-by: Lifan Shen <[email protected]>
1 parent 5898b13 commit 1b99028

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
@@ -118,6 +118,20 @@ pull_request_rules:
118118
add:
119119
- qwen
120120

121+
- name: label-gpt-oss
122+
description: Automatically apply gpt-oss label
123+
conditions:
124+
- or:
125+
- files~=^examples/.*gpt[-_]?oss.*\.py
126+
- files~=^tests/.*gpt[-_]?oss.*\.py
127+
- files~=^vllm/model_executor/models/.*gpt[-_]?oss.*\.py
128+
- files~=^vllm/model_executor/layers/.*gpt[-_]?oss.*\.py
129+
- title~=(?i)gpt[-_]?oss
130+
actions:
131+
label:
132+
add:
133+
- gpt-oss
134+
121135
- name: label-rocm
122136
description: Automatically apply rocm label
123137
conditions:

0 commit comments

Comments
 (0)