Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: only lint for changes in
src/
& Cargo.toml
Sometimes, we need to adjust the tests of crates together with a feature change or fix in other crates. Changes to tests don't need to go into the changelog. Hence, we change the changelog-lint to only look at the diff in the `src/` directory and the `Cargo.toml` file. Pull-Request: #4748.
- Loading branch information