Skip to content

Commit

Permalink
CODEOWNERS: multiple fixes and move file in /.github
Browse files Browse the repository at this point in the history
- Fix paths, indeed `path/` means that it will select `/path/` but also
  `/something/path/`. So I explicitely mentioned `/path/` for the
  entries.
- Exclude myself from some auto-generated docs files that are often
  modified.
- Add @cilium/tetragon owner to `/.github/workflows/` to ping William on
  workflow changes without blocking PRs.
- Move file into `/.github` since it's tied to GitHub and will reduce
  the amount of files in the root.

Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy committed Sep 11, 2023
1 parent eb0c09c commit c2fe92b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CODEOWNERS → .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
* @cilium/tetragon

# Request a review from William when codegen is edited
cmd/protoc-gen-go-tetragon/ @willfindlay
/cmd/protoc-gen-go-tetragon/ @willfindlay

# Request a review from William when CI is edited
.github/workflows/ @willfindlay
/.github/workflows/ @willfindlay @cilium/tetragon

# Request a review from kkourt when core sensor files are modified
pkg/src/sensors/ @kkourt
/pkg/src/sensors/ @kkourt

# Request a review from mtardy when anything from docs is modified but do not
# block on approval from anyone in the tetragon team
/docs/ @mtardy @cilium/tetragon
# Exclude some docs generated files from mtardy ownership
/docs/content/en/docs/reference/grpc-api.md @cilium/tetragon
/docs/content/en/docs/reference/helm-chart.md @cilium/tetragon

0 comments on commit c2fe92b

Please # to comment.