GitHub

Protect branches

Match both “main” and “master” using fnmatch notation.

ma[is][nt]*

Protect “setup”, “main”, and “master”.

[ms][ae][tis][unt]*

Tokens

Search

Search for a specific person's PRs that need reviewed, e.g., the author is mattnorris.

is:pr is:open review:required draft:false -author:mattnorris

Releases

Use the GitHub CLI to create a release.

gh release create ${TAG}

Resources

  • GHAS - GitHub Advanced Security, e.g., Dependabot, Secret Scanning
GitHub
Interactive graph
On this page
Protect branches
Tokens
Search
Releases
Resources