diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 095457c0d..e92fff880 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -55,6 +55,13 @@ "reason": "top contributor", "can_rerun_stage": true }, + "ClawSeven": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override", + "can_rerun_stage": true + }, "DarkSharpness": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -293,6 +300,13 @@ "reason": "top contributor", "can_rerun_stage": true }, + "amysaq2023": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 60, + "reason": "custom override", + "can_rerun_stage": true + }, "ayrnb": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8a456b429..898a44404 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ /docker @Fridge003 @ispobock @HaiShaw @ishandhanani /docker/npu.Dockerfile @ping1jing2 @iforgetmyname /python/pyproject.toml @merrymercy @Fridge003 @ispobock -/python/sglang/multimodal_gen @mickqian @yhyang201 @RubiaCx +/python/sglang/multimodal_gen @mickqian @yhyang201 /python/sglang/srt/batch_invariant_ops @Fridge003 @hebiao064 /python/sglang/srt/constrained @hnyls2002 @DarkSharpness /python/sglang/srt/compilation @hebiao064 @@ -21,7 +21,7 @@ /python/sglang/srt/layers/attention/mamba @yizhang2077 @hebiao064 /python/sglang/srt/layers/quantization @ch-wan @BBuf @Edwardf0t1 @FlamingoPg @AniZpZ /python/sglang/srt/lora @Ying1123 @Fridge003 @lifuhuang -/python/sglang/srt/managers @merrymercy @Ying1123 @hnyls2002 @xiezhq-hermann @zhyncs +/python/sglang/srt/managers @merrymercy @Ying1123 @hnyls2002 @xiezhq-hermann /python/sglang/srt/mem_cache @merrymercy @Ying1123 @hnyls2002 @xiezhq-hermann @hanming-lu @yizhang2077 /python/sglang/srt/model_executor @merrymercy @Ying1123 @hnyls2002 @Fridge003 @ispobock /python/sglang/srt/model_executor/piecewise_cuda_graph_runner.py @hebiao064