Skip to content

Fix: fix the contradictory issue search query in gemini-scheduled-triage#500

Open
ShenaoW wants to merge 1 commit intogoogle-github-actions:mainfrom
ShenaoW:fix-gemini-scheduled-triage-search
Open

Fix: fix the contradictory issue search query in gemini-scheduled-triage#500
ShenaoW wants to merge 1 commit intogoogle-github-actions:mainfrom
ShenaoW:fix-gemini-scheduled-triage-search

Conversation

@ShenaoW
Copy link
Copy Markdown

@ShenaoW ShenaoW commented Apr 7, 2026

Fixes #499.

This PR fixes the contradictory search query used by gemini-scheduled-triage when collecting issues to triage.

What changed

Updated the query from:

no:label label:"status/needs-triage"

to:

no:label OR label:"status/needs-triage"

in both:

  • .github/workflows/gemini-scheduled-triage.yml
  • examples/workflows/issue-triage/gemini-scheduled-triage.yml

@ShenaoW ShenaoW requested review from a team as code owners April 7, 2026 09:42
@google-cla
Copy link
Copy Markdown

google-cla bot commented Apr 7, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@ShenaoW ShenaoW force-pushed the fix-gemini-scheduled-triage-search branch from 6940de5 to c402f6c Compare April 7, 2026 09:54
@ShenaoW ShenaoW force-pushed the fix-gemini-scheduled-triage-search branch from c402f6c to 836693f Compare April 7, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] gemini-scheduled-triage example uses a contradictory GitHub issue search query

1 participant