There was an error while loading. Please reload this page.
1 parent ca4c262 commit 540d417Copy full SHA for 540d417
1 file changed
publish2rs.py
@@ -91,7 +91,8 @@ def publish2rs():
91
92
if ENVIRONMENT == "dev":
93
# Self approve changes on DEV.
94
- client.approve_changes(message="r+")
+ # message arg is not supported as of now.
95
+ client.approve_changes()
96
print("Changes applied to dev server ✅")
97
else:
98
# Request review.
0 commit comments