Support labeling through regex substitutions
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 237
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
E.g., a single rule that matches: "- [x] .*?((topic:\W+))" labels the issue with that label "$1" if it exists?
Contributor guide
Research direction
No file, test, or entry point is named in the issue. Start by locating the rule-processing entry point and tracing how regex matches and labels are currently handled; done means a substitution such as "$1" can select an existing label from the captured text, with coverage for the example rule.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100