From c67f779f4583d23cf08b60b8f83d57b727b01667 Mon Sep 17 00:00:00 2001 From: Jimmy Royer Date: Wed, 18 Sep 2024 12:34:43 -0400 Subject: [PATCH] Target current branch --- .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 b9ea0b3..72c22bb 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Code Review - uses: cds-snc/cds-ai-codereviewer@main + uses: cds-snc/cds-ai-codereviewer@feature/enable-action-on-commit-msg with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}