Unverified Commit 1b990280 authored by Lifans's avatar Lifans Committed by GitHub
Browse files

[Misc][gpt-oss] Add rules to label gpt-oss related PRs (#22600)


Signed-off-by: default avatarLifan Shen <lifans@meta.com>
parent 5898b135
...@@ -118,6 +118,20 @@ pull_request_rules: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment