File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 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
1212rpms. * @ stackrox/konflux-maintainers-no-email @ stackrox/release-mgmt-no-email @ rhacs-bot
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments