diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-11-04 06:53:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 06:53:59 -0500 |
commit | 091f3669baf664a3f88079eb73404403a8a443c0 (patch) | |
tree | b24e729d01364d07a15ba4ff8038e169716ff340 /.drone.yml | |
parent | 93f726352caa88aefadfd3a9d1ff0614f694a723 (diff) | |
download | gitea-091f3669baf664a3f88079eb73404403a8a443c0.tar.gz gitea-091f3669baf664a3f88079eb73404403a8a443c0.zip |
change the email and name to GitBot account. (#2848)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index ac69c30dcd..866d8ebe43 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,6 +40,8 @@ pipeline: force: false commit: true commit_message: "[skip ci] Updated translations via Crowdin" + author_name: GiteaBot + author_email: teabot@gitea.io when: event: [ push ] branch: [ master ] |