-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathCODEOWNERS
15 lines (12 loc) · 940 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# For further documentation on CODEOWNERS, visit
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#about-code-owners
# This will automatically assign a team / people as reviewers for PRs based on the files changed within the PR.
* @stackrox/collector-team
# A PR to update RELEASED_VERSIONS is automatically opened on each release and should ideally be reviewed and merged asap
RELEASED_VERSIONS @stackrox/collector-team
RELEASED_VERSIONS.unsupported @stackrox/collector-team
# The RHTAP maintainers for ACS review all changes related to the Konflux (f.k.a. RHTAP) pipelines, such as new
# pipelines, parameter changes or automated task updates as well as Dockerfile updates.
**/konflux.*Dockerfile @stackrox/rhtap-maintainers
/.konflux/ @stackrox/rhtap-maintainers
/.tekton/ @stackrox/rhtap-maintainers