-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added .sauced.yaml and updated CODEOWNERS file
- Loading branch information
1 parent
4de06e1
commit 307ab6d
Showing
2 changed files
with
55 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,15 @@ | ||
# 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: | ||
- [email protected] | ||
jpmcb: | ||
- [email protected] | ||
nickytonline: | ||
- [email protected] | ||
- [email protected] | ||
|
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,40 @@ | ||
# This file is generated automatically by OpenSauced pizza-cli. DO NOT EDIT. Stay saucy! | ||
|
||
.github/ISSUE_TEMPLATE/bug_report.yaml @jpmcb | ||
.github/ISSUE_TEMPLATE/config.yaml @jpmcb | ||
.github/ISSUE_TEMPLATE/feature_request.yaml @jpmcb | ||
.github/workflows/auto-add-to-project.yml @jpmcb | ||
.github/workflows/release.yaml @jpmcb | ||
.github/workflows/test.yaml @jpmcb | ||
.golangci.yaml @jpmcb | ||
CHANGELOG.md @jpmcb @brandonroberts @nickytonline | ||
Dockerfile @jpmcb @nickytonline | ||
Makefile @jpmcb | ||
README.md @jpmcb | ||
cmd/auth/auth.go @jpmcb | ||
cmd/bake/bake.go @jpmcb | ||
cmd/bake/bake_test.go @jpmcb | ||
cmd/generate/codeowners/codeowners.go @jpmcb | ||
cmd/generate/codeowners/output.go @jpmcb @brandonroberts | ||
cmd/generate/codeowners/output_test.go @brandonroberts | ||
cmd/generate/codeowners/spec.go @jpmcb | ||
cmd/generate/codeowners/traversal.go @jpmcb | ||
cmd/generate/generate.go @jpmcb | ||
cmd/insights/contributors.go @jpmcb | ||
cmd/insights/insights.go @jpmcb | ||
cmd/insights/repositories.go @jpmcb | ||
cmd/insights/user-contributions.go @jpmcb | ||
cmd/insights/utils.go @jpmcb | ||
cmd/repo-query/repo-query.go @jpmcb | ||
cmd/root/root.go @jpmcb | ||
cmd/show/show.go @jpmcb | ||
cmd/version/version.go @jpmcb @nickytonline | ||
go.mod @jpmcb | ||
go.sum @jpmcb | ||
justfile @jpmcb @nickytonline | ||
npm/package.json @jpmcb @brandonroberts @nickytonline | ||
pkg/config/config.go @jpmcb | ||
pkg/config/spec.go @jpmcb | ||
pkg/logging/constants.go @jpmcb | ||
pkg/utils/root.go @jpmcb | ||
pkg/utils/version.go @nickytonline |