Update ci permission (#15014)

This commit is contained in:
Lianmin Zheng
2025-12-12 14:11:40 -08:00
committed by GitHub
parent 1b5e903480
commit b737a125c5
2 changed files with 16 additions and 2 deletions

View File

@@ -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,

4
.github/CODEOWNERS vendored
View File

@@ -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