yuzu/.ci/scripts/merge/yuzubot-git-config.sh
2025-08-17 12:33:42 +02:00

5 lines
No EOL
188 B
Bash

# 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"