My workflow requires me to add @some_other_engineer to the PR in order for them to approve it. I need to put their @ mention in the description for this process to work. Is there anyway you could take advantage of this by using this URL structure:
https://github.com/github-username/github-repo-name/compare/base-branch...github-username:branch-to-merge-into-base?expand=1&title=Some%20PR%20title%20here&body=Some%20PR%20description%20here
Example: https://github.com/jasonnutter/vscode-github-pr/compare/master...jasonnutter:some-other-branch?expand=1&title=Some%20PR%20title%20here&body=Some%20PR%20description%20here
This will take your title and description and inject the text in the PR fields without submitting. This would allow me to edit the PR to add the appropriate @ mentions for my workflow.
My workflow requires me to add @some_other_engineer to the PR in order for them to approve it. I need to put their @ mention in the description for this process to work. Is there anyway you could take advantage of this by using this URL structure:
https://github.com/github-username/github-repo-name/compare/base-branch...github-username:branch-to-merge-into-base?expand=1&title=Some%20PR%20title%20here&body=Some%20PR%20description%20here
Example: https://github.com/jasonnutter/vscode-github-pr/compare/master...jasonnutter:some-other-branch?expand=1&title=Some%20PR%20title%20here&body=Some%20PR%20description%20here
This will take your title and description and inject the text in the PR fields without submitting. This would allow me to edit the PR to add the appropriate @ mentions for my workflow.