We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a4129 commit cebab72Copy full SHA for cebab72
2 files changed
.github/workflows/ai-pr-review.yml
@@ -48,8 +48,6 @@ jobs:
48
49
- name: Run AI Analysis (No secrets exposed)
50
uses: google-github-actions/run-gemini-cli@v0.1.11
51
- env:
52
- GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
53
with:
54
prompt: |
55
You are an expert WordPress plugin developer and security consultant reviewing a pull request for the "Optimizations ACE MC" WordPress plugin.
optimizations-ace-mc.php
@@ -55,5 +55,6 @@ function optimizations_ace_mc() {
// test 7
56
// test 8
57
// test 9
58
+ // test 10
59
60
}
0 commit comments