Skip to content

Commit

Permalink
fix action yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSeidel authored Aug 14, 2024
1 parent 979347b commit 4e7bf7f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ name: AI Code Reviewer
on:
pull_request:
types:
[
opened,
reopened,
synchronize
]

- opened
- reopened
- synchronize
jobs:
code_review:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4e7bf7f

Please sign in to comment.