Apply developer label to dependency updates #4105
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Apply developer label to dependency updates
The developer label is in the
INTERESTING_CATEGORIES
list of the GitHub action for continuous delivery.Dependency updates to the plugin BOM are the primary purpose of the plugin BOM. It seems reasonable that they should use a label that shows the change as interesting for the continuous delivery process.
Implements the idea that I mentioned in #4092 (comment)
Testing done
None. Copied the labels syntax line from a plugin where it is being used successfully. Will rely on GitHub Actions to confirm the syntax is correct.
Submitter checklist