Improve configuration for "topic: infrastructure" shared label #215
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.
The "Sync Labels" template workflow uses a "universal" label configuration file hosted in this repository, which defines the GitHub labels that are used in all Arduino tooling project repositories.
The "topic: infrastructure" label is applied to all issues and PRs related to the project infrastructure (as opposed to the content of the project itself or its documentation). This "infrastructure" includes the dependencies, which are normally managed by Dependabot.
By default, Dependabot applies a label named "dependencies" to its PRs. This is configurable, but experience shows that is often forgotten. With the previous configuration, the "topic: infrastructure" label must be manually applied to the Dependabot PRs. The "dependencies" label is added here as an "alias" for "topic: infrastructure" label, which will automate this labeling task.