You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following preamble before the data in the .sauced.yaml file:
# Configuration for attributing commits with emails to GitHub user profiles# Used during codeowners generation.# List the emails associated with the given username# The commits associated with these emails will be attributed to# the username in this yaml map. Any number of emails may be listed
Context
Having an existing .sauced.yaml, it regenerated it, but the missing premable in comments got removed. Not sure if that's from our template, but just mentioning it.
When regenerating the .sauced.yaml, if one is detected (non-interactive mode) potentially mention it before they proceed.
Also, not sure how far back we're looking by default in the git history, but I see Anush, one of our interns in the list.
Also, we should skip known bot accounts, i.e. any account ending in [bot].
Suggested solution
Add the following preamble before the data in the
.sauced.yaml
file:Context
The text was updated successfully, but these errors were encountered: