diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 436a9a5..e1a834e 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -18,4 +18,4 @@ jobs: with: comment-pr: true upload-results: true - claude-api-key: ${{ secrets.CLAUDE_API_KEY }} \ No newline at end of file + claude-api-key: ${{ secrets.CLAUDE_API_KEY }} diff --git a/README.md b/README.md index d61aad6..32f8b24 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ jobs: with: comment-pr: true claude-api-key: ${{ secrets.CLAUDE_API_KEY }} + require-label: 'READY TO REVIEW' # If this isn't set, the action will trigger any time *any* label is applied ``` ## Security Considerations