Skip to content

Commit 321a04e

Browse files
authored
ROX-31146: Make Konflux/MintMaker review tagging consistent /4.7 (#2461)
1 parent bee22fc commit 321a04e

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/CODEOWNERS

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

55
* @stackrox/scanner
66

7-
# The Konflux maintainers for ACS review all changes related to the Konflux pipelines, Dockerfiles, etc.
8-
# Release engineers need to merge MintMaker PRs at the time of release.
9-
# rhacs-bot needs ability to auto-approve MintMaker PRs for automated task and security updates.
7+
# Konflux maintainers for ACS review all changes related to the Konflux pipelines, Dockerfiles, etc.
8+
# Release engineers need to merge MintMaker PRs at the time of the release.
9+
# rhacs-bot needs an ability to auto-approve MintMaker PRs for automated task and security updates.
1010
**/konflux.*Dockerfile @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
1111
/.tekton/ @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot
1212
rpms.* @stackrox/konflux-maintainers-no-email @stackrox/release-mgmt-no-email @rhacs-bot

.github/workflows/tag-more-reviewers.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,5 @@ jobs:
2222
steps:
2323
- name: Tag Konflux Maintainers for review
2424
run: |
25-
exec gh api \
26-
--method POST \
27-
-H "Accept: application/vnd.github+json" \
28-
-H "X-GitHub-Api-Version: 2022-11-28" \
29-
"/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers" \
30-
--input - <<< '{ "team_reviewers": [ "konflux-maintainers" ] }'
25+
gh pr --repo "${{ github.repository }}" edit "${{ github.event.pull_request.number }}" \
26+
--add-reviewer stackrox/konflux-maintainers

0 commit comments

Comments
 (0)