diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 36d2d0958..bab095cb2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,12 +4,11 @@ * @stackrox/scanner -# The Konflux 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. +# The 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 release. # rhacs-bot needs 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 /.konflux/ @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-no-email @stackrox/release-mgmt-no-email +.github/renovate.json5 @stackrox/konflux-maintainers diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 5277bbace..85579a05d 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -1,7 +1,7 @@ name: auto-merge on: - pull_request_target: + pull_request: types: - labeled