Skip to content

Commit

Permalink
Merge pull request #569 from stevekuznetsov/skuznets/fix-bumper
Browse files Browse the repository at this point in the history
scripts/bumper: exit when there's nothing to do
  • Loading branch information
openshift-merge-robot committed Sep 27, 2023
2 parents e2338dc + c7c4c7b commit 8d6f8c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bumper/main.go
Expand Up @@ -208,6 +208,7 @@ func main() {

if len(missingCommits) == 0 {
logger.Info("Current repository state is up-to-date with upstream.")
return
}

switch mode(opts.mode) {
Expand Down

0 comments on commit 8d6f8c4

Please sign in to comment.