From 1937ed3f9b2f6648dd23b8ba29839d1a22048115 Mon Sep 17 00:00:00 2001 From: Shinwell Hu Date: Tue, 2 Jun 2020 01:33:29 +0000 Subject: [PATCH] update PR message body --- gitee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitee.py b/gitee.py index 3f2f97c3..cf0f3e75 100755 --- a/gitee.py +++ b/gitee.py @@ -55,7 +55,7 @@ class Gitee: values["title"] = "Upgrade to latest version of {repo}".format(repo=repo) values["head"] = "{head}:master".format(head=head) values["base"] = "master" - values["body"] = "This is a automatically created PR from openEuler-Advisor" + values["body"] = "This is a (mostly) automatically created PR by openEuler-Advisor.\nPlease be noted that it's not throughly tested.\nReview carefully before accept this PR.\nThanks.\nYours openEuler-Advisor.\n" return self.post_gitee(url, values) def get_gitee(self, url, headers=None): -- GitLab