Skip to content

Commit 6e7f3fb

Browse files
authored
[Partners] Add new partner (#812)
1 parent c2c6707 commit 6e7f3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copy.bara.sky

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PARTNER_URL = "https://github.com/get-convex/chef-%s"
99
# 4) Install copybara if you haven't https://github.com/get-convex/convex/blob/main/ops/release.md#install-copybara
1010
# 5) Manually run once (FROM A LINUX MACHINE - case sensitivity) `copybara copy.bara.sky push_${PARTNER} main --init-history --force --git-committer-email "team@convex.dev" --git-committer-name "Convex, Inc."`. May take a while.
1111
# 6) Submit/land your PR that updates the PARTNERS variable - to auto-keep things up to date.
12-
PARTNERS = ["testcustomer", "vly", "lovable", "macaly", "a0"]
12+
PARTNERS = ["testcustomer", "vly", "lovable", "macaly", "a0", "openai"]
1313

1414
def push_to_partner(partner):
1515
return core.workflow(

0 commit comments

Comments
 (0)