Hacking-Scripts icon indicating copy to clipboard operation
Hacking-Scripts copied to clipboard

Add Issue Labeler [Github Action]

Open atarax665 opened this issue 4 years ago • 4 comments

Is your feature request related to a problem?

With so many new issues kicking in everyday it will get harder for the project maintainer/ moderators to label each and every issue once the repository grows.

Describe the solution you'd like

You can come up with a github action to label all the issues with a general set of labels or either based on the keywords used in the issue description etc, so that moderators would have to only add utmost 2-3 specific labels everytime. You can come up with your own creativity to achieve this task, you may also check out some existing issue labelers and integrate one of them to this repository.

You can mention me (@atarax665) once you raise your PR.

atarax665 avatar Jan 10 '21 18:01 atarax665

That seems to be a great issue You can work on this @atarax665

Tejas1510 avatar Jan 10 '21 18:01 Tejas1510

yeah. Just add a [label] tag inside .github/issue_template and that would be generated automatically when a issue is created. Or another thing we can do is add issue template with various languages, and the person who create the issue can add tags later.

tripathyprateek avatar Jan 11 '21 20:01 tripathyprateek

That seems to be a great issue You can work on this @atarax665

I have created this issue for other contributors. I hope someone with take this up soon.

atarax665 avatar Jan 13 '21 18:01 atarax665

yeah. Just add a [label] tag inside .github/issue_template and that would be generated automatically when a issue is created. Or another thing we can do is add issue template with various languages, and the person who create the issue can add tags later.

@tripathyprateek Yeah, and there are many issue labelers available that use Regex to label issues. I personally find them more effective then others.

atarax665 avatar Jan 13 '21 18:01 atarax665