Skip to content

Commit 5084aa8

Browse files
committed
add an attribute for github app repo name for the rule
1 parent 6b1eb0f commit 5084aa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitops/gitops.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ create_gitops_prs = rule(
148148
"github_app_repo_owner": attr.string(
149149
doc = "the owner user/organization to use for github api requests"
150150
),
151+
"github_app_repo": attr.string(
152+
doc = "the repository to use for pull requests via github app credentials"
153+
),
151154
"private_key": attr.string(
152155
doc = "Private Key"
153156
),

0 commit comments

Comments
 (0)