/gh-jira-pr

Primary LanguageJavaScriptMIT LicenseMIT

GH Jira Pull Request Updater

This is a script that scrapes a pull request for commits wiht JIRA tickets, gets information from JIRA and updates the pull request body with that information.

Installation

npm install
sh setup.sh

Usage

There are 3 different ways we can use this script, by default it will look into project cxs-client and branch develop.

node request.js 

To look at a different branch you can use

node request.js branch

Also to look at a specific repository

node request.js branch project

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT