github-pullrequest-resource icon indicating copy to clipboard operation
github-pullrequest-resource copied to clipboard

Merges pull request before updating status

Open CodeClimbing opened this issue 7 years ago • 0 comments

I want to be able to update the status and then automatically merge a pull request. I'm experiencing an issue where sometimes the merge happens first and the status never gets updated.

Pipeline Config:

- put: git-pr-merge
  params:
    path: git-pr-merge
    status: success
    merge:
      method: merge

CodeClimbing avatar May 10 '18 23:05 CodeClimbing