We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the @com_adobe_rules_gitops//gitops/prer:create_gitops_prs rule, we would like to be able to set a custom title / body pull request message.
@com_adobe_rules_gitops//gitops/prer:create_gitops_prs
Maybe we can add 2 optional arguments to this rule:
-gitops_pr_title
-gitops_pr_body
Currently, there is the same default title and body set as: GitOps deployment <branch>
GitOps deployment <branch>
macOS (but this information does not matter for this change)
bazel info release
release 6.2.0
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the problem / feature request:
Using the
@com_adobe_rules_gitops//gitops/prer:create_gitops_prs
rule, we would like to be able to set a custom title / body pull request message.Feature requests: what underlying problem are you trying to solve with this feature?
Maybe we can add 2 optional arguments to this rule:
-gitops_pr_title
-gitops_pr_body
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Currently, there is the same default title and body set as:
GitOps deployment <branch>
What operating system are you running Bazel on?
macOS (but this information does not matter for this change)
What's the output of
bazel info release
?Thank you!
The text was updated successfully, but these errors were encountered: