kodiak icon indicating copy to clipboard operation
kodiak copied to clipboard

add config to merge on specific comment

Open AbdulAli19 opened this issue 6 years ago • 2 comments

right now, kodiak merges pr's that match a specific label (default is automerge). it'd be nice if it worked with comments as well.

suggestion

a new config e.g., automerge_comments that takes in a list of strings and kodiak attempts to merge when any of the specified strings are present in a pr comment

AbdulAli19 avatar Aug 04 '19 22:08 AbdulAli19

This sounds good. The only concern I have is that when adding comments to trigger merges, it may be awkward to cancel that action. This probably isn't an issue since many other projects work off comments.

chdsbd avatar Aug 05 '19 00:08 chdsbd

You could use https://github.com/peter-evans/slash-command-dispatch to trigger a github action which adds the automerge label

staabm avatar Dec 30 '20 13:12 staabm