Skip to content

Commit c03a4fc

Browse files
committed
ROX-31146: Cosmetic fixups (#2431)
1 parent 7ca2ada commit c03a4fc

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44

55
* @stackrox/scanner
66

7-
# The Konflux maintainers for ACS review all changes related to the Konflux pipelines, such as new
8-
# pipelines, parameter changes or automated task updates as well as Dockerfile updates.
7+
# The Konflux maintainers for ACS review all changes related to the Konflux pipelines, Dockerfiles, etc.
98
# Release engineers need to merge MintMaker PRs at the time of release.
109
# rhacs-bot needs ability to auto-approve MintMaker PRs for automated task and security updates.
1110
**/konflux.*Dockerfile @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
1211
/.konflux/ @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
1312
/.tekton/ @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
1413
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
14+
.github/renovate.json5 @stackrox/konflux-maintainers

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: auto-merge
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types:
66
- labeled
77

0 commit comments

Comments
 (0)