Conversation
There was a problem hiding this comment.
📋 Review Summary
This pull request fixes the Gemini CLI issue triage workflows by using the correct shared action google-github-actions/run-gemini-cli@v0 instead of a local path. Additionally, it adjusts the scheduled triage to run daily instead of hourly, which is a sensible improvement.
🔍 General Feedback
The changes are correct and address the workflow error. The adjustment to the cron schedule is a good optimization. Overall, this is a good fix.
| - cron: '0 0 * * *' # Runs every day | ||
| workflow_dispatch: | ||
|
|
||
| concurrency: |
There was a problem hiding this comment.
🟢 The change from running every hour to every day seems reasonable for a scheduled triage. This is a good adjustment to reduce unnecessary runs.
|
|
Error: ``` Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/sdk-platform-java/sdk-platform-java'. Did you forget to run actions/checkout before running your local action? ``` From https://github.com/googleapis/sdk-platform-java/actions/runs/16917097354/job/47933669808



Error:
From https://github.com/googleapis/sdk-platform-java/actions/runs/16917097354/job/47933669808