To use, run the command:
java -cp PullRequestAutomator-1.0-SNAPSHOT.jar:dependency/*: com.example.MainWith args:
- Path to patch file.
- Path to file that's going to be modified.
- Local path to file that's going to be modified.
- Base branch (branch to merge into).
- New branch name.
- Repo coordinates (/SLUG)
- Path to file containing credentials
Patch file must be in following format:
STATUS: status of patch
MODIFIED: name of modified
CLEANER: name of cleaner
POLLUTER: name of polluter
...
==========================
Patch contents here
...
Credentials file must be in the following format:
NAME: name
USER: username
PASSWORD: password
EMAIL: email