Skip to content

Fix #119 - Don't edit the Bot's comment if the PR has been closed/merged#121

Merged
wilzbach merged 2 commits intodlang:masterfrom
wilzbach:fix-119
Jul 16, 2017
Merged

Fix #119 - Don't edit the Bot's comment if the PR has been closed/merged#121
wilzbach merged 2 commits intodlang:masterfrom
wilzbach:fix-119

Conversation

@wilzbach
Copy link
Contributor

@wilzbach wilzbach commented Jul 2, 2017

Discovered a small issue during this (see the second commit - the bot previously tried to send an auto-merge immediately on a synchronize event. We never noticed this because luckily the GH required checks prevented this form becoming an issue)

@dlang-bot
Copy link
Collaborator

Thanks for your pull request, @wilzbach!

@wilzbach wilzbach merged commit 2414ccc into dlang:master Jul 16, 2017
@wilzbach wilzbach deleted the fix-119 branch July 16, 2017 00:27
commits = pr.tryMerge(method);
return;
}
if (action == "synchronize")
Copy link
Member

Choose a reason for hiding this comment

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

Looks a bit as if action == "synchronize" was added later, anyhow thanks for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants