From c4ffe0986455f66ea0920a668437bad72ab9d0dc Mon Sep 17 00:00:00 2001 From: Simone Tiraboschi Date: Mon, 18 May 2026 10:16:02 +0200 Subject: [PATCH] feat: trust github-actions bot for virt-platform-autopilot 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 --- .../virt-platform-autopilot/_pluginconfig.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/core-services/prow/02_config/openshift-virtualization/virt-platform-autopilot/_pluginconfig.yaml b/core-services/prow/02_config/openshift-virtualization/virt-platform-autopilot/_pluginconfig.yaml index dbc8a98047e14..0f6ee1aa5621b 100644 --- a/core-services/prow/02_config/openshift-virtualization/virt-platform-autopilot/_pluginconfig.yaml +++ b/core-services/prow/02_config/openshift-virtualization/virt-platform-autopilot/_pluginconfig.yaml @@ -41,3 +41,4 @@ triggers: - openshift-virtualization/virt-platform-autopilot trusted_apps: - openshift-merge-bot + - github-actions