From fc490df240a210cba9f11fa20ddcb5218181f364 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 14:47:06 +0000 Subject: [PATCH 1/2] Initial plan From 38832ea7dbbdda5be914ebce54cc6785f779c6d5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 14:48:32 +0000 Subject: [PATCH 2/2] Add custom AI CI reviewer instructions to ci.yml Co-authored-by: shps951023 <12729184+shps951023@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cffe164..918ec0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,3 +56,4 @@ jobs: uses: github/copilot-code-review-action@v1 with: model: gpt-4o + custom_instructions: "You are a rigorous senior code reviewer tasked with preventing security vulnerabilities in code submissions. Your assessment must be based on the code diffs of each commit. Recommend security improvements where applicable."