Skip to content

Commit 7183bd6

Browse files
eyalgalCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
1 parent 5e6b934 commit 7183bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/immediate-response.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
const affectedResources = resourceMatches ? [...new Set(resourceMatches)] : [];
169169
170170
// ── 4. Search for potential duplicates ──
171-
const cleanTitle = title.replace(/^\[(BUG|FEAT|DOCS)\]:\s*/, '').trim();
171+
const cleanTitle = title.replace(/^\[(BUG|FEAT|DOCS)\]\s*:?\s*/, '').trim();
172172
const searchTerms = [];
173173
174174
// Build search queries from title keywords and resource names

0 commit comments

Comments
 (0)