mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
ci: adjust auto label
This commit is contained in:
parent
2db76fc6dd
commit
03f7f18260
1 changed files with 2 additions and 2 deletions
4
.github/workflows/auto-label-tui.yml
vendored
4
.github/workflows/auto-label-tui.yml
vendored
|
|
@ -20,8 +20,8 @@ jobs:
|
|||
const title = issue.title;
|
||||
const description = issue.body || '';
|
||||
|
||||
// Check for web/desktop keywords
|
||||
const webPattern = /\b(web|desktop)\b/i;
|
||||
// Check for "opencode web" or desktop keywords
|
||||
const webPattern = /(opencode web|\bdesktop\b)/i;
|
||||
const isWebRelated = webPattern.test(title) || webPattern.test(description);
|
||||
|
||||
// Check for version patterns like v1.0.x or 1.0.x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue