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

Add PR branch validation #47

Closed
wants to merge 1 commit into from

Commits on Nov 22, 2018

  1. Add PR branch validation

    This  checks  if  the  branch  a  pull  request  is  raised  from  is
    non-master.  Validates,  as well,  if a pull request is raised against
    the  default  branch.  If the validation  is not successful,  the pull
    request labels are applied: "review/target-branch" if the target
    branch is not  the  default  and  "review/source-branch"
    if the source branch is named  "master".  The source branch validation
    leaves a warning comment,  suggesting to raise a new pull request from
    a named branch
    
    Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
    ivanayov committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    560b53c View commit details
    Browse the repository at this point in the history