diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 49f1c7e..2567ed3 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -1,9 +1,9 @@ name: CDS Code Review with OpenAI -on: - pull_request: - types: - - opened - - synchronize +# on: +# pull_request: +# types: +# - opened +# - synchronize permissions: write-all jobs: code_review: