Skip to content

Commit 540d417

Browse files
committed
fix: remove message from approve_changes
1 parent ca4c262 commit 540d417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publish2rs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ def publish2rs():
9191

9292
if ENVIRONMENT == "dev":
9393
# Self approve changes on DEV.
94-
client.approve_changes(message="r+")
94+
# message arg is not supported as of now.
95+
client.approve_changes()
9596
print("Changes applied to dev server ✅")
9697
else:
9798
# Request review.

0 commit comments

Comments
 (0)