NAME
gh-ruleset - View info about repo rulesets
SYNOPSIS
gh ruleset <command> [flags]
DESCRIPTION
Repository rulesets are a way to define a set of rules that apply to a repository. These commands allow you to view information about them.
AVAILABLE COMMANDS
View rules that would apply to a given branch
List rulesets for a repository or organization
View information about a ruleset
OPTIONS
-R, --repo <[HOST/]OWNER/REPO>
Select another repository using the [HOST/]OWNER/REPO format
EXAMPLE
$ gh ruleset
list
$ gh ruleset view --repo OWNER/REPO --web
$ gh ruleset check branch-name