Skip to content

Commit 5991ef6

Browse files
committed
Change bot account
1 parent 50598a3 commit 5991ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/post_style_errors_on_github.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function post_error_to_github
2626
--url "$GITHUB_API_URL" \
2727
--header 'accept: application/vnd.github.v3+json' \
2828
--header 'content-type: application/json' \
29-
-u "stackenbotten:$GITHUB_ACCESS_TOKEN" \
29+
-u "stackenbotten3000:$GITHUB_ACCESS_TOKEN" \
3030
--data "{\"body\": \"There was an error when running \`$CIRCLE_JOB\` for commit \`$CIRCLE_SHA1\`:\n\`\`\`\n$FORMATTED_ERROR_MSG\n\`\`\`\nPlease check that your changes are working as intended.\"}"
3131
}
3232

@@ -47,7 +47,7 @@ function post_review_comment_to_github
4747
--url "$GITHUB_API_URL" \
4848
--header 'accept: application/vnd.github.v3+json, application/vnd.github.comfort-fade-preview+json' \
4949
--header 'content-type: application/json' \
50-
-u "stackenbotten:$GITHUB_ACCESS_TOKEN" \
50+
-u "stackenbotten3000:$GITHUB_ACCESS_TOKEN" \
5151
--data "{\"commit_id\": \"$CIRCLE_SHA1\", \"path\": \"$ERROR_PATH\", \"line\": $ERROR_LINE, \"side\": \"RIGHT\", \"body\": \"Coding style error\"}"
5252
done < "$ERROR_LOG"
5353
}

0 commit comments

Comments
 (0)