diff --git a/gitee.py b/gitee.py index 3f2f97c31bc6cb67e61bdc14f387ec684124de75..cf0f3e751187c0841b0df87494d172190f8702b0 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):