From 29f7670fe7316b65c8de116a6f130919a482d507 Mon Sep 17 00:00:00 2001 From: Jimmy Royer Date: Mon, 9 Sep 2024 13:47:51 -0400 Subject: [PATCH] Make the action target the main branch again --- .github/workflows/code_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 19dbc88..49f1c7e 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Code Review - uses: cds-snc/cds-ai-codereviewer@feature/include-pattern + uses: cds-snc/cds-ai-codereviewer@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}