Merge Pull Request
Use this action to merge a pull request into an upstream branch.
Using the Merge Pull Request Action
To use this action in your workflow, connect it to ThingWorx Flow. To connect to the flow, do the following:
1. Drag the Merge Pull Request action under the Github connector to the canvas, place the pointer on the action, and then click or double-click the action. The Merge Pull Request action window opens.
2. Edit the label name, if needed. By default, the label name is same as the action name.
3. To add a new authorization, refer to the section Authorize Github in the Github connector topic.
* 
If you previously added an authorization for Github, select an authorization from the list.
4. In the Owner field, enter the GitHub repository owner names.
5. In the Repository field, enter or select GitHub repository name to push change statuses.
6. In the Number field, enter the pull request number.
7. In the Show additional fields field, click + to enter details that follows:
SHA—The pull request head must match to allow the merge.
Commit Message—Extra details to append to the automatic commit message.
8. Click Done.
Was this helpful?