feat: trust github-actions bot for virt-platform-autopilot#79392
Conversation
Add github-actions to the trusted_apps list so that PRs opened by the github-actions[bot] (e.g. automated CRD sync) skip the needs-ok-to-test gate and have CI triggered automatically. Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR adds ChangesProw Plugin Configuration Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
@tiraboschi: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
@tiraboschi: you cannot LGTM your own PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nirdothan, tiraboschi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Add github-actions to the trusted_apps list so that PRs opened by the github-actions[bot] (e.g. automated CRD sync) skip the needs-ok-to-test gate and have CI triggered automatically.
Summary
This PR enables automated CI triggering for the virt-platform-autopilot repository by adding the
github-actionsbot to the trusted apps list in its Prow configuration.Changes
File modified:
core-services/prow/02_config/openshift-virtualization/virt-platform-autopilot/_pluginconfig.yamlAdded
github-actionsto thetrusted_appslist under thetriggerssection. This allows PRs opened by the GitHub Actions bot (for example, automated CRD synchronization) to bypass the manualneeds-ok-to-testapproval gate and have CI automatically triggered.Previously, only
openshift-merge-botwas configured as a trusted app for this repository. The change allows automated workflows to streamline the CI process without requiring manual approval for each automation-generated PR.