From 4e7bf7f48c1966beb5aa6e67a5021d523467d6a1 Mon Sep 17 00:00:00 2001 From: Joshua Seidel <29733828+JoshuaSeidel@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:17:19 -0400 Subject: [PATCH] fix action yaml syntax --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 24dc495..c86efd8 100644 --- a/README.md +++ b/README.md @@ -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