Skip to content

Conversation

umegaya
Copy link

@umegaya umegaya commented Nov 4, 2022

sometimes auto merge fails by Base branch was modified Review and try the merge again error . (typically when multiple merge bot action run concurrently) and in most of cases, retry merge action again solves problem.

I needed to run the action with pull request comment event to automate this retry process, by commenting target pull request.

but unfortunately, pull request comment event is implemented by issue comment event which does not include pull request object, required by this action.

so I modify the action so that automatically complement pull request object if issue object provided.

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.

1 participant