1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Hack week 2025: remove unneeded FBV instances (8) - Issues, Enterprise, and custom repo roles (#53935)

This commit is contained in:
mc
2025-01-16 07:19:38 +00:00
committed by GitHub
parent afd9692014
commit cdb90bb2ae
22 changed files with 27 additions and 76 deletions

View File

@@ -617,12 +617,10 @@ $ ghe-cluster-maintenance -q
# Queries the current mode
$ ghe-cluster-maintenance -s
# Sets maintenance mode
{%- ifversion custom-maintenance-mode-message %}
$ ghe-cluster-maintenance -s "MESSAGE"
# Sets maintenance mode with a custom message
$ ghe-cluster-maintenance -m "MESSAGE"
# Updates the custom message
{%- endif %}
$ ghe-cluster-maintenance -u
# Unsets maintenance mode
```