We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1eb0f commit 5084aa8Copy full SHA for 5084aa8
1 file changed
gitops/gitops.bzl
@@ -148,6 +148,9 @@ create_gitops_prs = rule(
148
"github_app_repo_owner": attr.string(
149
doc = "the owner user/organization to use for github api requests"
150
),
151
+ "github_app_repo": attr.string(
152
+ doc = "the repository to use for pull requests via github app credentials"
153
+ ),
154
"private_key": attr.string(
155
doc = "Private Key"
156
0 commit comments