-
Notifications
You must be signed in to change notification settings - Fork 458
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logicneeds eyes
Description
This action so far has been based on using the file path(s) to determine which labels to set, but would it be possible to also have it support labels that are already on the PR? My use case is that I want to add a label if the VERSION file has not been modified. However if the PR has the label skip-release, that file is no longer required to be modified, thus no additional labels should be produced.
One potential way for this to work would be something like this:
needs-version-bump:
- all:
- "!VERSION"
- "!label:skip-release"Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logicneeds eyes