Skip to content

Commit

Permalink
Re-enable the code review bot but on push gh event. (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer authored Sep 23, 2024
1 parent 7f79573 commit 0ca543e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ai-code-scanner.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: AI Code Review

# Disabled the AI code reviewer for now
# on:
# pull_request:
# types:
# - opened
# - synchronize
on:
push:
branches-ignore:
- main

jobs:
ai_code_review:
if: contains(github.event.head_commit.message, '[review]')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 0ca543e

Please sign in to comment.