-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathCODEOWNERS
More file actions
17 lines (14 loc) · 1.2 KB
/
CODEOWNERS
File metadata and controls
17 lines (14 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
# Konflux maintainers for ACS review all changes related to the Konflux pipelines, Dockerfiles, etc.
# Release engineers need to merge MintMaker PRs at the time of the release.
# rhacs-bot needs an ability to auto-approve MintMaker PRs for automated task and security updates.
**/konflux.*Dockerfile @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
/.tekton/ @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
rpms.* @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
.github/renovate.json5 @stackrox/konflux-maintainers