Skip to content

Commit

Permalink
prStatsu
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconZet committed Feb 10, 2023
1 parent b66fca7 commit c6a044e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/org/virtuslab/bazelsteward/app/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class App(private val ctx: Context) {
ctx.gitOperations.checkoutBaseBranch()
}

CLOSED, MERGED, OPEN_MERGEABLE, OPEN_MODIFIED -> logger.info { "Skipping ${branch.name}" }
CLOSED, MERGED, OPEN_MERGEABLE, OPEN_MODIFIED -> logger.info { "Skipping ${branch.name}, PR status: ${prStatus.name}" }
}
}
}
Expand Down

0 comments on commit c6a044e

Please sign in to comment.