mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-23 00:45:40 +08:00
[Misc][gpt-oss] Add rules to label gpt-oss related PRs (#22600)
Signed-off-by: Lifan Shen <lifans@meta.com>
This commit is contained in:
parent
5898b135ab
commit
1b99028069
14
.github/mergify.yml
vendored
14
.github/mergify.yml
vendored
@ -118,6 +118,20 @@ pull_request_rules:
|
|||||||
add:
|
add:
|
||||||
- qwen
|
- qwen
|
||||||
|
|
||||||
|
- name: label-gpt-oss
|
||||||
|
description: Automatically apply gpt-oss label
|
||||||
|
conditions:
|
||||||
|
- or:
|
||||||
|
- files~=^examples/.*gpt[-_]?oss.*\.py
|
||||||
|
- files~=^tests/.*gpt[-_]?oss.*\.py
|
||||||
|
- files~=^vllm/model_executor/models/.*gpt[-_]?oss.*\.py
|
||||||
|
- files~=^vllm/model_executor/layers/.*gpt[-_]?oss.*\.py
|
||||||
|
- title~=(?i)gpt[-_]?oss
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
add:
|
||||||
|
- gpt-oss
|
||||||
|
|
||||||
- name: label-rocm
|
- name: label-rocm
|
||||||
description: Automatically apply rocm label
|
description: Automatically apply rocm label
|
||||||
conditions:
|
conditions:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user