From 1b9902806915040ac9b3029f2ab7522ec505afc3 Mon Sep 17 00:00:00 2001 From: Lifans Date: Sun, 10 Aug 2025 19:49:51 -0700 Subject: [PATCH] [Misc][gpt-oss] Add rules to label gpt-oss related PRs (#22600) Signed-off-by: Lifan Shen --- .github/mergify.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index d8ae509e0ac30..495d207d44260 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -118,6 +118,20 @@ pull_request_rules: add: - 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 description: Automatically apply rocm label conditions: