Commit 2a49059
authored
chore(ci): refactor scheduled triage workflow (#232)
This refactors the scheduled triage workflow to:
- Only run a single search query (instead of two + munging)
- Operate on 100 issues at a time
- Ensure that the labels that the LLM suggested are actually valid on
the repo before applying
- Separates the permissions to modify labels into a dedicated job
There's also a small enhancement of making this workflow run whenever
it's changed in a PR, which is nice for devex and serves as a faux
integration test.1 parent 258d65f commit 2a49059
1 file changed
Lines changed: 223 additions & 123 deletions
0 commit comments