-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathCODEOWNERS
More file actions
14 lines (12 loc) · 907 Bytes
/
CODEOWNERS
File metadata and controls
14 lines (12 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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/scanner
# The RHTAP maintainers for ACS review all changes related to the Konflux pipelines, such as new
# pipelines, parameter changes or automated task updates as well as Dockerfile updates.
# rhacs-bot auto-approves MintMaker PRs for automated task and security updates.
**/konflux.*Dockerfile @stackrox/rhtap-maintainers @rhacs-bot
/.konflux/ @stackrox/rhtap-maintainers @rhacs-bot
/.tekton/ @stackrox/rhtap-maintainers @rhacs-bot
rpms.* @stackrox/rhtap-maintainers @rhacs-bot
.github/renovate.json5 @stackrox/rhtap-maintainers