Skip to content

Commit dfc56cb

Browse files
authored
feat: added .sauced.yaml and updated CODEOWNERS file (#109)
1 parent b73f8c9 commit dfc56cb

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

Diff for: .sauced.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Configuration for attributing commits with emails to GitHub user profiles
2+
# Used during codeowners generation.
3+
4+
# List the emails associated with the given username.
5+
# The commits associated with these emails will be attributed to
6+
# the username in this yaml map. Any number of emails may be listed.
7+
attribution:
8+
brandonroberts:
9+
10+
jpmcb:
11+
12+
nickytonline:
13+
14+
15+

Diff for: CODEOWNERS

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This file is generated automatically by OpenSauced pizza-cli. DO NOT EDIT. Stay saucy!
2+
3+
.github/ISSUE_TEMPLATE/bug_report.yaml @jpmcb
4+
.github/ISSUE_TEMPLATE/config.yaml @jpmcb
5+
.github/ISSUE_TEMPLATE/feature_request.yaml @jpmcb
6+
.github/workflows/auto-add-to-project.yml @jpmcb
7+
.github/workflows/release.yaml @jpmcb
8+
.github/workflows/test.yaml @jpmcb
9+
.golangci.yaml @jpmcb
10+
CHANGELOG.md @jpmcb @brandonroberts @nickytonline
11+
Dockerfile @jpmcb @nickytonline
12+
Makefile @jpmcb
13+
README.md @jpmcb
14+
cmd/auth/auth.go @jpmcb
15+
cmd/bake/bake.go @jpmcb
16+
cmd/bake/bake_test.go @jpmcb
17+
cmd/generate/codeowners/codeowners.go @jpmcb
18+
cmd/generate/codeowners/output.go @jpmcb @brandonroberts
19+
cmd/generate/codeowners/output_test.go @brandonroberts
20+
cmd/generate/codeowners/spec.go @jpmcb
21+
cmd/generate/codeowners/traversal.go @jpmcb
22+
cmd/generate/generate.go @jpmcb
23+
cmd/insights/contributors.go @jpmcb
24+
cmd/insights/insights.go @jpmcb
25+
cmd/insights/repositories.go @jpmcb
26+
cmd/insights/user-contributions.go @jpmcb
27+
cmd/insights/utils.go @jpmcb
28+
cmd/repo-query/repo-query.go @jpmcb
29+
cmd/root/root.go @jpmcb
30+
cmd/show/show.go @jpmcb
31+
cmd/version/version.go @jpmcb @nickytonline
32+
go.mod @jpmcb
33+
go.sum @jpmcb
34+
justfile @jpmcb @nickytonline
35+
npm/package.json @jpmcb @brandonroberts @nickytonline
36+
pkg/config/config.go @jpmcb
37+
pkg/config/spec.go @jpmcb
38+
pkg/logging/constants.go @jpmcb
39+
pkg/utils/root.go @jpmcb
40+
pkg/utils/version.go @nickytonline

0 commit comments

Comments
 (0)