Skip to content

Commit 8310a3b

Browse files
committed
Test CR trigger
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
1 parent bd15aa1 commit 8310a3b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/coderabbit-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
trigger-coderabbit:
1212
runs-on: ubuntu-latest
13-
if: github.actor == 'dependabot[bot]' || github.actor == 'submariner-bot'
13+
#if: github.actor == 'dependabot[bot]' || github.actor == 'submariner-bot'
1414
permissions:
1515
issues: write
1616
steps:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Test CodeRabbit
3+
4+
on:
5+
pull_request:
6+
7+
permissions:
8+
issues: write
9+
10+
jobs:
11+
test:
12+
uses: ./.github/workflows/coderabbit-trigger.yml
13+
with:
14+
pr_number: 230
15+
secrets: inherit

0 commit comments

Comments
 (0)