mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 16:54:22 +01:00
ci: update auto label
This commit is contained in:
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 title = issue.title;
|
||||||
const description = issue.body || '';
|
const description = issue.body || '';
|
||||||
|
|
||||||
// Check for "opencode web" or desktop keywords
|
// Check for "opencode web" keyword
|
||||||
const webPattern = /(opencode web|\bdesktop\b)/i;
|
const webPattern = /(opencode web)/i;
|
||||||
const isWebRelated = webPattern.test(title) || webPattern.test(description);
|
const isWebRelated = webPattern.test(title) || webPattern.test(description);
|
||||||
|
|
||||||
// Check for version patterns like v1.0.x or 1.0.x
|
// Check for version patterns like v1.0.x or 1.0.x
|
||||||
|
|||||||
Reference in New Issue
Block a user