Create ZenHub link between pull request and issue based on the branch prefix
Automate all the things 🤖
After adding this GitHub Action to a repository:
- Pick up issue number
XXX
. - Create branch with name
XXX-<description>
. - Work on issue and open pull request.
- Witness successful automation... or open an issue 🤕
It only works if the PR and the issue belong to the same repository. Adding the feature to link to issues in other repositories is tracked here.