Skip to content

The filter logic assumes the old body format with **Rule:** \${ruleId}\` but the new format uses ## 🔧 ${ruleId}`. This could miss existing issues that use the new format when searching with the old rule-based queries. #48

@BorDevTech

Description

@BorDevTech

The filter logic assumes the old body format with **Rule:** \${ruleId}`but the new format uses## 🔧 ${ruleId}`. This could miss existing issues that use the new format when searching with the old rule-based queries.

              issue.title.includes(ruleId) ||
              issue.body.includes(`**Rule:** \`${ruleId}\``) ||
              issue.body.includes(`## 🔧 ${ruleId}`)

Originally posted by @Copilot in #47 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions