Skip to content

Commit

Permalink
add distribution file list to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Dec 12, 2023
1 parent 65df7d2 commit 01620ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/githubgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type generator interface {
// .github/CODEOWNERS
// .github/ALLOWLIST
// .github/ISSUE_TEMPLATES/*.yaml (list of components)
// reports/distributions/*
func main() {
folder := flag.String("folder", ".", "folder investigated for codeowners")
allowlistFilePath := flag.String("allowlist", "cmd/githubgen/allowlist.txt", "path to a file containing an allowlist of members outside the OpenTelemetry organization")
Expand Down

0 comments on commit 01620ad

Please sign in to comment.