File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 9393 ISSUE_AUTHOR : ${{ github.event.issue.user.login }}
9494 IS_PR : ${{ github.event.issue.pull_request && 'Pull Request' || 'Issue' }}
9595 run : |
96- npx @google/gemini-cli@latest chat --prompt "
96+ npx @google/gemini-cli@latest --prompt "
9797 You are an expert WordPress plugin development assistant for the \"Optimizations ACE MC\" plugin.
9898
9999 CONTEXT:
@@ -213,7 +213,3 @@ jobs:
213213 repo: context.repo.repo,
214214 body: aiResponse
215215 });
216- owner: context.repo.owner,
217- repo: context.repo.repo,
218- body: aiResponse
219- });
Original file line number Diff line number Diff line change 4949 CHANGED_FILES : ${{ steps.changed-files.outputs.all_changed_files }}
5050 GEMINI_API_KEY : ${{ secrets.GEMINI_API_KEY }}
5151 run : |
52- npx @google/gemini-cli@latest chat --prompt "
52+ npx @google/gemini-cli@latest --prompt "
5353 You are a WordPress security expert with deep knowledge of plugin vulnerabilities.
5454
5555 SECURITY SCAN INSTRUCTIONS:
Original file line number Diff line number Diff line change 4646 CHANGED_FILES : ${{ steps.changed-files.outputs.all_changed_files }}
4747 GEMINI_API_KEY : ${{ secrets.GEMINI_API_KEY }}
4848 run : |
49- npx @google/gemini-cli@latest chat --prompt "
49+ npx @google/gemini-cli@latest --prompt "
5050 You are a WordPress development expert and WordPress.org plugin reviewer.
5151
5252 WORDPRESS BEST PRACTICES ANALYSIS:
You can’t perform that action at this time.
0 commit comments