Skip to content

GIT_USER_NAME and GIT_USER_EMAIL #697

@duijf

Description

@duijf

Same discussion as https://github.com/iterative/viewer/issues/2399 (Studio internal), but for CML.

Currently, CML creates commits as olivaw@iterative.ai. This email address is associated with @iterative-olivaw, which is an account that we use for internal CI purposes. This seems to be specified here:

cml/src/cml.js

Lines 15 to 16 in fe65e9f

const GIT_USER_NAME = 'Olivaw[bot]';
const GIT_USER_EMAIL = 'olivaw@iterative.ai';

Since CML is also used outside of Iterative, we may want to commit with a more "immediately obvious" email address / name to avoid confusion. E.g. create a specific GitHub/GitLab/BitBucket account and the email address bots+cml@iterative.ai.

We should also make these settings configurable so users can change the defaults if they wish.

Metadata

Metadata

Assignees

Labels

discussionWaiting for team decision

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions