Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(branch-protection): Push/Reviewer actors can be specified by name #1020

Merged
merged 6 commits into from
Oct 12, 2022
Merged

feat(branch-protection): Push/Reviewer actors can be specified by name #1020

merged 6 commits into from
Oct 12, 2022

Commits on Oct 6, 2022

  1. 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)
    dion-gionet committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0ea36d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66c66e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c98ee2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9d9e1d View commit details
    Browse the repository at this point in the history
  5. fix: env nil pointer dereference

    includes a nil check on branch protection resources
    dion-gionet committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    58c3322 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. fix(branch-protection): added error handling

    Also removed loop labels
    dion-gionet committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    11f50e3 View commit details
    Browse the repository at this point in the history