IvanFon / super-labeler-action

A superpowered issue and pull request labeler for Github Actions.
GNU General Public License v3.0
22 stars 12 forks source link

feat: skip labeling option #19

Closed jayu closed 3 years ago

jayu commented 4 years ago

There was no issue with that option, but I think it would be useful.

Motivation

Currently, there is no possibility to disable auto labeling for particular issues or PR. Sometimes users will want to manually add some label, independently of issue/pr content. Action will remove that label because the content would not satisfy conditions.

To not "fight" with the bot, it would be useful to have the possibility to skip labeling

Detials

I added skip_labeling option to config. If the issue or PR has assigned a label that is pointed by this option, labeling will be skipped.