Skip to content

Commit c2fefdf

Browse files
authored
Update main.py (Azure#27322)
1 parent d96c2a3 commit c2fefdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/auto_release/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def run_test(self):
494494

495495
def create_pr_proc(self):
496496
api = GhApi(owner='Azure', repo='azure-sdk-for-python', token=self.bot_token)
497-
pr_title = "[AutoRelease] {}(Do not merge)".format(self.new_branch)
497+
pr_title = "[AutoRelease] {}(can only be merged by SDK owner)".format(self.new_branch)
498498
pr_head = "{}:{}".format(os.getenv('USR_NAME'), self.new_branch)
499499
pr_base = 'main'
500500
pr_body = "{} \n{} \n{}".format(self.issue_link, self.test_result, self.pipeline_link)

0 commit comments

Comments
 (0)