github / issue-labeler

An action for automatically labelling issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support labeling through regex substitutions

stephanmiehe opened this issue · comments

E.g., a single rule that matches: "- [x] .*?((topic:\W+))" labels the issue with that label "$1" if it exists?