You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit synchronizes the issue triage workflow with the version used in dogfooding.
The main changes are:
- Pinning the actions to a specific commit hash to ensure stability.
- Adding a step to post a comment on the issue if the triage fails.
Copy file name to clipboardExpand all lines: workflows/issue-triage/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,8 @@ Alternatively, you can manually copy the contents of the workflow files from thi
73
73
74
74
This workflow is defined in `workflows/issue-triage/gemini-issue-automated-triage.yml` and is triggered when an issue is opened or reopened. It uses the Gemini CLI to analyze the issue and apply relevant labels.
75
75
76
+
If the triage process encounters an error, the workflow will post a comment on the issue, including a link to the action logs for debugging.
77
+
76
78
### Scheduled Issue Triage
77
79
78
80
This workflow is defined in `workflows/issue-triage/gemini-issue-scheduled-triage.yml` and runs on a schedule (e.g., every hour). It finds any issues that have no labels or have the `status/needs-triage` label and then uses the Gemini CLI to triage them. This workflow can also be manually triggered.
body: 'There is a problem with the Gemini CLI issue triaging. Please check the [action logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) for details.'
0 commit comments