Skip to content

Commit

Permalink
Test commit, to verify that a new review will not be generated
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusvasquez333 committed Sep 11, 2020
1 parent 80a230d commit c304592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verify_pr_lables.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def get_env_var(env_var_name, echo_value=False):
# This will prevent merging the pull request until a valid label is added, which will trigger this check again
# and will create a new pull request review, but in this case marked as 'APPROVE'


if len(pr_valid_labels):
# If there were valid labels, create a pull request review, approving it
print(f'Success! This pull request contains the following valid labels: {pr_valid_labels}')
Expand Down

0 comments on commit c304592

Please sign in to comment.