Repo: Require PRs that change config presets to be marked as breaking changes #6890
Labels
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
repo maintenance
things to do with maintenance of the repo, and not with code/docs
team assigned
A member of the typescript-eslint team should work on this.
Suggestion
Our Configurations and Maintenance > Versioning docs specify that changes to the recommended configs need to be marked as a breaking change. But nothing I can spot enforces that changes to
recommended.ts
or its friends be labeled asbreaking change
.To help prevent slipups in the future, let's add some kind of automation that marks PRs as failing if they do touch a recommended config file and don't have the
breaking change
label.The text was updated successfully, but these errors were encountered: