Skip to content

Commit

Permalink
Merge pull request #39 from scality/bugfix/HD-2896
Browse files Browse the repository at this point in the history
HD-2896 remove the bump_version label of PR generated by bump_version…
  • Loading branch information
bertranddemiddelaer authored Feb 13, 2023
2 parents 146defd + 63aa05e commit f631ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcore/bump_version_pull_request/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ runs:
# approve PR
gh pr comment ${new_pr} --body "/approve"
# add label
gh pr edit ${new_pr} --add-label "bump_version"
# add "bump_version" label to the PR if this label is present for the repository
gh label list | grep -q '^bump_version\s' && gh pr edit ${new_pr} --add-label "bump_version"

0 comments on commit f631ae3

Please sign in to comment.