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 6910b56 commit 4f87abdCopy full SHA for 4f87abd
.github/mergify.yml
@@ -273,6 +273,20 @@ pull_request_rules:
273
users:
274
- "sangstar"
275
276
+- name: assign reviewer for modelopt changes
277
+ conditions:
278
+ - or:
279
+ - files~=^vllm/model_executor/layers/quantization/modelopt\.py$
280
+ - files~=^vllm/model_executor/layers/quantization/__init__\.py$
281
+ - files~=^tests/models/quantization/test_modelopt\.py$
282
+ - files~=^tests/quantization/test_modelopt\.py$
283
+ - files~=^tests/models/quantization/test_nvfp4\.py$
284
+ - files~=^docs/features/quantization/modelopt\.md$
285
+ actions:
286
+ assign:
287
+ users:
288
+ - "Edwardf0t1"
289
+
290
- name: remove 'needs-rebase' label when conflict is resolved
291
conditions:
292
- -conflict
0 commit comments