We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd15aa1 commit 6ba4a52Copy full SHA for 6ba4a52
.github/workflows/coderabbit-trigger.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
trigger-coderabbit:
12
runs-on: ubuntu-latest
13
- if: github.actor == 'dependabot[bot]' || github.actor == 'submariner-bot'
+ #if: github.actor == 'dependabot[bot]' || github.actor == 'submariner-bot'
14
permissions:
15
issues: write
16
steps:
.github/workflows/test-cr-trigger.yml
@@ -0,0 +1,15 @@
1
+---
2
+name: Test CodeRabbit
3
+
4
+on:
5
+ pull_request_target:
6
7
+permissions:
8
+ issues: write
9
+jobs:
+ test:
+ uses: ./.github/workflows/coderabbit-trigger.yml
+ with:
+ pr_number: 230
+ secrets: inherit
0 commit comments