auto-label icon indicating copy to clipboard operation
auto-label copied to clipboard

Request: feature to find label on the titles of the issues too

Open tjgurwara99 opened this issue 3 years ago • 3 comments

https://github.com/Renato66/auto-label/blob/2fc6ce23006cea59b7b23ce7f4c70e4e233de49f/src/main.ts#L20

Could you consider adding support for parsing the issue title too.

I think it is an easy fix, just append const isssueTitleLabel: []string = getIssueLabels(issue.title, repoLabels) and concatenate both to get it.

Do you think it is worth doing that or is it not useful? I say this because title tags like feat bug are used a lot in issues of big projects and it would be worth adding it I think.

tjgurwara99 avatar Feb 26 '21 13:02 tjgurwara99

Hey, man that is usefull :D

It might be on the next release

Renato66 avatar Feb 28 '21 18:02 Renato66

It might be on the next release

Brilliant! Let me know when it's released (by closing this issue or updating it). Also let me know if I can help with anything!!😄

tjgurwara99 avatar Mar 01 '21 15:03 tjgurwara99

hey @Renato66 , was this already released? Thanks! We are currently using https://github.com/github/issue-labeler, but if you apply this, we'll probably change to yours :)

dgteixeira avatar Nov 16 '21 12:11 dgteixeira