From e2a48beb54a1fd01cde1d84dfe67db6f9c9aade0 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Fri, 12 Dec 2025 13:14:47 +1300 Subject: [PATCH 1/4] test --- test.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test.md diff --git a/test.md b/test.md new file mode 100644 index 0000000000..e69de29bb2 From 167b4294777b17f71d7073e52577992789c49fbf Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Fri, 12 Dec 2025 13:59:53 +1300 Subject: [PATCH 2/4] update --- .github/workflows/ai-review.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 17f1f572f2..137323d023 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -19,6 +19,15 @@ concurrency: cancel-in-progress: true jobs: + debug: + runs-on: ubuntu-latest + steps: + - name: Debug author_association + run: | + echo "event_name = ${{ github.event_name }}" + echo "assoc = ${{ github.event.pull_request.author_association }}" + echo "contains = ${{ contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.pull_request.author_association) }}" + review: if: github.event_name == 'workflow_dispatch' || contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.pull_request.author_association) timeout-minutes: 10 From f9c28fee9130ec4dc58513898d68cb0712555362 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Fri, 12 Dec 2025 14:00:28 +1300 Subject: [PATCH 3/4] update --- .github/workflows/ai-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 137323d023..587e1a6b4c 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -2,7 +2,7 @@ name: AI Review PR on: pull_request: - types: [opened] + types: [opened, synchronize] workflow_dispatch: inputs: pr_number: From 4dc95da63dadb1ee79e55eccdf3127181c2ab896 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Fri, 12 Dec 2025 14:01:43 +1300 Subject: [PATCH 4/4] update --- test.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 test.md diff --git a/test.md b/test.md deleted file mode 100644 index e69de29bb2..0000000000