From 62b40c3e7eea5efb12afafa4f8c7ba6f85853a08 Mon Sep 17 00:00:00 2001 From: Andrey Velichkevich Date: Mon, 29 Jul 2024 16:37:20 +0100 Subject: [PATCH] Add trigger plugin --- prow/oss/plugins.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/prow/oss/plugins.yaml b/prow/oss/plugins.yaml index 3a6c66bba5c..8eee6148d74 100644 --- a/prow/oss/plugins.yaml +++ b/prow/oss/plugins.yaml @@ -341,6 +341,7 @@ plugins: - size - skip # Allows cleaning up stale commit statuses - transfer-issue # Transfer issue to a different repo in the same org. + - trigger # Enable /ok-to-test command to trigger GitHub actions with /rerun-all - verify-owners # Validates OWNERS file changes in PRs. - wip # Applies a label to PRs with wip in the title to block merge