Commit 57977bb
Fix: fix the contradictory issue search query in
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`
Co-authored-by: Emily Hedlund <ehedlund@google.com>gemini-scheduled-triage (#500)1 parent 306fe62 commit 57977bb
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- .github/workflows
- examples/workflows/issue-triage
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments