-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pr_target_branch option #182
Conversation
I don't understand why this is failing... I'll see about it later. |
There, it should be ready now @bastelfreak ! |
|
||
* Set the PR/MR title with `--pr-title` or in `modulesync.yml` with the | ||
`pr_title` attribute. | ||
* Assign labels to the PR/MR with `--pr-labels` or in `modulesync.yml` with | ||
the `pr_labels` attribute. **NOTE:** `pr_labels` should be a list. When | ||
using the `--pr-labels` CLI option, you should use a comma separated list. | ||
* Set the target branch with `--pr_target_branch` or in `modulesync.yml` with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really --pr_target_branch
or --pr-target-branch
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems equivalent, considering all other options are declared with an underscore as well...
No description provided.