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 cc31975 commit 2ab0eb1Copy full SHA for 2ab0eb1
.github/mergify.yml
@@ -118,6 +118,20 @@ pull_request_rules:
118
add:
119
- qwen
120
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
+
135
- name: label-rocm
136
description: Automatically apply rocm label
137
conditions:
0 commit comments