Update excluded label to "maintenance" #247
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.
Previously, this project used the "skip-changelog" label on PRs to denote PRs that were trivial enough to not include in changelog generation.
However, the auto_release_prep workflow that we use to generate changelogs makes the assumption that the caller repository uses a "maintenance" label. The workflow errors if the caller repository does not use that label.
I have renamed the "skip-changelog" label to "maintenance" to account for this discrepancy between this project and the release prep workflow.
This commit updates the GitHub changelog generator configuration file to exclude the "maintenance" label instead of "skip-changelog."