We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73c116 commit 161fd9bCopy full SHA for 161fd9b
src/constants.mts
@@ -709,12 +709,12 @@ const LAZY_ENV = () => {
709
// The git config user.email used by Socket CLI.
710
SOCKET_CLI_GIT_USER_EMAIL:
711
envAsString(env['SOCKET_CLI_GIT_USER_EMAIL']) ||
712
- 'github-actions[bot]@users.noreply.github.com',
+ '94589996+socket-bot@users.noreply.github.com',
713
// The git config user.name used by Socket CLI.
714
SOCKET_CLI_GIT_USER_NAME:
715
envAsString(env['SOCKET_CLI_GIT_USER_NAME']) ||
716
envAsString(env['SOCKET_CLI_GIT_USERNAME']) ||
717
- 'github-actions[bot]',
+ 'Socket Bot',
718
// Change the base URL for GitHub REST API calls.
719
// https://docs.github.com/en/rest
720
SOCKET_CLI_GITHUB_API_URL:
0 commit comments