We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96c2a3 commit c2fefdfCopy full SHA for c2fefdf
scripts/auto_release/main.py
@@ -494,7 +494,7 @@ def run_test(self):
494
495
def create_pr_proc(self):
496
api = GhApi(owner='Azure', repo='azure-sdk-for-python', token=self.bot_token)
497
- pr_title = "[AutoRelease] {}(Do not merge)".format(self.new_branch)
+ pr_title = "[AutoRelease] {}(can only be merged by SDK owner)".format(self.new_branch)
498
pr_head = "{}:{}".format(os.getenv('USR_NAME'), self.new_branch)
499
pr_base = 'main'
500
pr_body = "{} \n{} \n{}".format(self.issue_link, self.test_result, self.pipeline_link)
0 commit comments