-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added .sauced.yaml and newly generated CODEOWNERS file (#4052)
- Loading branch information
1 parent
762997c
commit b49d6ce
Showing
2 changed files
with
296 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 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. | ||
attribution: | ||
brandonroberts: | ||
- robertsbt@gmail.com | ||
jpmcb: | ||
- john@opensauced.pizza | ||
nickytonline: | ||
- nick@nickyt.co | ||
- nick@opensauced.pizza | ||
bdougie: | ||
- bdougie@users.noreply.github.com | ||
zeucapua: | ||
- coding@zeu.dev | ||
bekahhw: | ||
- BekahHW@users.noreply.github.com | ||
isabensusan: | ||
- isabensusan@gmail.com |
Oops, something went wrong.