Skip to content

Commit

Permalink
Update docs/tools/pizza-cli/codeowners.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ayu Adiati <[email protected]>
  • Loading branch information
BekahHW and adiati98 authored Sep 5, 2024
1 parent 6a3690e commit 084f72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/pizza-cli/codeowners.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Codeowners will be automatically requested for review on pull requests that modi

### Mapping GitHub usernames to email addresses

Mapping GitHub usernames to their corresponding email addresses is necessary for creating an accurate `.sauced.yaml` file. For contributors to your repository, you can use git log to find their email addresses:
Mapping GitHub usernames to their corresponding email addresses is necessary for creating an accurate `.sauced.yaml` file. For contributors to your repository, you can use `git log` to find their email addresses:

```bash
git log --author="GitHub_Username" --format='%ae' | sort -u
Expand Down

0 comments on commit 084f72f

Please sign in to comment.