Add workflow to trigger CodeRabbit review for Bot PRs

It calls the reusable workflow in the submariner-bot repo.

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
This commit is contained in:
Tom Pantelis
2025-12-17 13:12:08 -05:00
committed by Thomas Pantelis
parent 453401c805
commit 8770883d38
+16
View File
@@ -0,0 +1,16 @@
---
name: Trigger CodeRabbit for Bot PRs
on:
pull_request_target:
types: [opened]
permissions:
contents: write
pull-requests: write
jobs:
trigger-review:
uses: submariner-io/submariner-bot/.github/workflows/coderabbit-trigger.yml@devel
with:
pr_number: ${{ github.event.pull_request.number }}
secrets: inherit