We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf87b1 commit d673282Copy full SHA for d673282
src/azure_devtools/ci_tools/github_tools.py
@@ -89,7 +89,7 @@ def configure_user(gh_token, repo):
89
git config --global user.name "Your Name"
90
"""
91
user = user_from_token(gh_token)
92
- repo.git.config('user.email', user.email or 'aspysdk2@microsoft.com')
+ repo.git.config('user.email', user.email or 'adxpysdk@microsoft.com')
93
repo.git.config('user.name', user.name or 'SwaggerToSDK Automation')
94
95
def get_full_sdk_id(gh_token, sdk_git_id):
0 commit comments