Skip to content

Commit 0af7b97

Browse files
oguzkocermokagio
andauthored
Change Buildkite git user name to 'Automattic Release Bot'
Co-authored-by: Gio Lodi <gio.lodi@automattic.com>
1 parent 221a64d commit 0af7b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.buildkite/commands/configure-git-for-release-management.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Later on, we should be able to configure the agent instead.
55
curl -L https://api.github.com/meta | jq -r '.ssh_keys | .[]' | sed -e 's/^/github.com /' >> ~/.ssh/known_hosts
66
git config --global user.email "mobile+wpmobilebot@automattic.com"
7-
git config --global user.name "Buildkite"
7+
git config --global user.name "Automattic Release Bot"
88

99
# Buildkite is currently using the https url to checkout. We need to override it to be able to use the deploy key.
1010
git remote set-url origin git@github.com:wordpress-mobile/WordPress-Android.git

0 commit comments

Comments
 (0)