mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 20:20:35 +00:00
It calls the reusable workflow in the submariner-bot repo. Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
17 lines
342 B
YAML
17 lines
342 B
YAML
---
|
|
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
|