-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(script): Support
label-tool-skip
directive labels
In some cases it might be deemed necessary that a label (e.g., a higher or lower `severity`) is more appropriate than what the tool would otherwise auto-generate. In such cases, a `label-tool-skip:LABEL_KEY` (e.g., `label-tool-skip:severity`, as applied in commit 04d27ab) can indicate to stamp the fact that a developer overruled the tools' decisions. Prior to this commit, the tooling actually disregarded this information, but now I added the necessary handling to the existing aspects.
- Loading branch information
1 parent
716d70e
commit 962f449
Showing
7 changed files
with
252 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.