Skip to content

Commit 7668186

Browse files
committed
Add adjusted codeowners
from #2412
1 parent 8530f53 commit 7668186

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#about-code-owners
33
# This will automatically assign a team / people as reviewers for PRs based on the files changed within the PR.
44

5-
* @stackrox/scanner
5+
* @stackrox/scanner @stackrox/release-mgmt-no-email
66

7-
# The RHTAP maintainers for ACS review all changes related to the Konflux pipelines, such as new
7+
# The Konflux maintainers for ACS review all changes related to the Konflux pipelines, such as new
88
# pipelines, parameter changes or automated task updates as well as Dockerfile updates.
9-
# rhacs-bot auto-approves MintMaker PRs for automated task and security updates.
10-
**/konflux.*Dockerfile @stackrox/rhtap-maintainers @rhacs-bot
11-
/.konflux/ @stackrox/rhtap-maintainers @rhacs-bot
12-
/.tekton/ @stackrox/rhtap-maintainers @rhacs-bot
13-
rpms.* @stackrox/rhtap-maintainers @rhacs-bot
14-
.github/renovate.json5 @stackrox/rhtap-maintainers
9+
# Release engineers need to merge MintMaker PRs at the time of release.
10+
# rhacs-bot needs ability to auto-approve MintMaker PRs for automated task and security updates.
11+
**/konflux.*Dockerfile @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
12+
/.konflux/ @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
13+
/.tekton/ @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
14+
rpms.* @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
15+
.github/renovate.json5 @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email

0 commit comments

Comments
 (0)