Skip to content

ci: Fix gemini cli issues triage #3881

Merged
lqiu96 merged 2 commits intomainfrom
fix-gemini-cli-issues-triage
Aug 12, 2025
Merged

ci: Fix gemini cli issues triage #3881
lqiu96 merged 2 commits intomainfrom
fix-gemini-cli-issues-triage

Conversation

@lqiu96
Copy link
Member

@lqiu96 lqiu96 commented Aug 12, 2025

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

@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Aug 12, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📋 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:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 The change from running every hour to every day seems reasonable for a scheduled triage. This is a good adjustment to reduce unnecessary runs.

@sonarqubecloud
Copy link

@sonarqubecloud
Copy link

Quality Gate Passed Quality Gate passed for 'java_showcase_integration_tests'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@lqiu96 lqiu96 marked this pull request as ready for review August 12, 2025 19:13
@lqiu96 lqiu96 enabled auto-merge (squash) August 12, 2025 19:13
@lqiu96 lqiu96 requested review from blakeli0 and zhumin8 August 12, 2025 19:13
@lqiu96 lqiu96 merged commit 7b1a151 into main Aug 12, 2025
59 of 60 checks passed
@lqiu96 lqiu96 deleted the fix-gemini-cli-issues-triage branch August 12, 2025 21:03
lqiu96 added a commit that referenced this pull request Aug 21, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants