@mattpolzin/harmony 5.3.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/harmony +1708 -1992
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -125,6 +125,7 @@ Not all configuration properties can be read/set with this command.
|
|
|
125
125
|
- `requestTeams` (`true`/`false`) -- When picking a reviewer from a team, request the team as a reviewer as well.
|
|
126
126
|
- `requestUsers` (`true`/`false`) -- When requesting a team as a reviewer, pick a user to review as well.
|
|
127
127
|
- `commentOnRequest` (`none`/`name`/`at-mention`) -- When requesting a reviewer chosen by Harmony, comment on the pull request or not.
|
|
128
|
+
- `branchParsing` (`none`/`jira`/`github`) -- Optionally extract a Jira ticket slug or GitHub issue number from the branch name and prepend it to the PR title or body to link the PR and ticket/issue.
|
|
128
129
|
- `defaultRemote` (optional string) -- When pushing new branches, what remote destination should be used.
|
|
129
130
|
- `mainBranch` (optional string) -- When creating a PR, this is the default base branch.
|
|
130
131
|
- `theme` (`dark`/`light`) -- Use colors suited better for either a dark or light Terminal background.
|