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

fix: template of update branch failure #110

Merged
merged 1 commit into from
Jul 25, 2019
Merged

Conversation

chdsbd
Copy link
Owner

@chdsbd chdsbd commented Jul 25, 2019

Fixes #101

@@ -194,7 +194,7 @@ def find_position(x: typing.Iterable[T], v: T) -> typing.Optional[int]:
await asyncio.sleep(RETRY_RATE_SECONDS)
log.error("failed to update branch")
await pull_request.set_status(
summary="🛑 could not update branch: {res}"
summary=f"🛑 could not update branch: {res}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feels like there should be a lint for this

@chdsbd chdsbd added the automerge Mark PR for auto merge by Kodiak label Jul 25, 2019
@kodiakhq kodiakhq bot merged commit 89f82df into master Jul 25, 2019
@kodiakhq kodiakhq bot deleted the fix-update-templating branch July 25, 2019 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Mark PR for auto merge by Kodiak
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bad templating on failed to update message
2 participants