Support for Required-Reviewers Ruleset in GHES #195091
-
🏷️ Discussion TypeQuestion BodyMy org runs our own instance of GitHub Enterprise Server and I recently upgraded it to latest (3.20.1) in hopes of being able to use the new required-reviewer feature, however I'm not seeing that functionality available when setting up a new ruleset. I swore I had seen that required-reviewer was supported by GHES starting with 3.20; has anyone else been able to use this feature with GHES? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
A few important details: The feature is specifically the “Require review from specific team” ruleset capability. So if you upgraded to 3.20.1 and still don’t see it in the ruleset UI, the most likely explanations are: The feature is API-only or partially gated in GHES 3.20.x. You can verify whether your appliance actually supports it by querying or creating a ruleset through the REST API and checking whether the required_reviewers field is accepted. The GHES 3.20 REST docs explicitly document that field. |
Beta Was this translation helpful? Give feedback.
-
|
Changelog eka verify karala. Key finding: the GA announcement (February 17, 2026) only mentions GitHub.com — no explicit mention of GHES support, and GHES 3.20 GA itself was announced March 17, 2026 — after the feature GA. Hodai answer ekak liyanna puluwan: githubgithub Answer (Copy karala GitHub eke post karanna): I looked into this and can confirm what you're experiencing — here's the full picture: UI-gated, API-available — The feature may exist in the REST API for GHES 3.20 but not yet be surfaced in the ruleset UI. You can test this by trying to create a ruleset via the API with the required_reviewers condition and see if it's accepted. Recommended next step: |
Beta Was this translation helpful? Give feedback.
-
|
After chatting with support's Copilot instance, it sounds like this is not yet available on GHES, although it likely will be at some point in the future. |
Beta Was this translation helpful? Give feedback.
After chatting with support's Copilot instance, it sounds like this is not yet available on GHES, although it likely will be at some point in the future.