We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33c4ad commit 1f01fa3Copy full SHA for 1f01fa3
1 file changed
.github/workflows/workflow-review.yml
@@ -13,6 +13,9 @@ permissions:
13
jobs:
14
15
dummy-workflow:
16
+ if: |
17
+ github.event.pull_request != '' &&
18
+ !contains(github.event.sender.login, 'coderabbitai[bot]')
19
runs-on: ubuntu-latest
20
21
steps:
0 commit comments