Skip to content

Commit

Permalink
fix markdown line length
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Jan 9, 2025
1 parent e57647b commit ce7f859
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions githubgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ To authenticate, set the environment variable `GITHUB_TOKEN` to a PAT token.
If a PAT is not available you can use the `--skipgithub` flag to avoid checking
for membership in the GitHub organization.

Additionally, the GitHub organization name needs to be specified using `--github-org <your-org>`,
along with `--pretty-repo-name` to be filled into CODEOWNERS files (e.g. "OpenTelemetry Collector Contrib")
Additionally, the GitHub organization name needs to be specified using
`--github-org <your-org>`, along with `--pretty-repo-name` to be filled
into CODEOWNERS files (e.g. "OpenTelemetry Collector Contrib")
and `--default-codeowner` to be used as the default owner for general files.

For each codeowner, the script will check if the user is registered as a member
Expand Down

0 comments on commit ce7f859

Please sign in to comment.