summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/merge/yuzubot-git-config.sh
blob: d7f1f29dbaf4b3bd27ae3699e9711cad2b9b1d13 (plain) (blame)
1
2
3
4
5
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later

git config --global user.email "yuzu@yuzu-emu.org"
git config --global user.name "yuzubot"