-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(branch-protection): Push/Reviewer actors can be specified by name (
#1020) * feat(branch-protection): Push/Reviewer actors can be specified by name feat: Added getNodeIDv4 feat(branch-protection): Added prefix requirement for teams/users The / prefix defines a user, the orgname/ prefix defines a team. (Ex.: testorg/team) * test(branch-protection): Added push restriction test with username * doc(branch-protection): Updated documentation to mention actor names * feat(branch-protection): updated to latest version * fix: env nil pointer dereference includes a nil check on branch protection resources * fix(branch-protection): added error handling Also removed loop labels
- Loading branch information
1 parent
9d58e1d
commit 553785b
Showing
5 changed files
with
295 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.