File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 run : python -m pip install --upgrade nox pip setuptools
3030 - name : Run linters
3131 run : nox -vs lint
32- # - name: Validate changelog
33- # - if: ${{ ! startsWith(github.ref, 'refs/heads/dependabot/') }}
34- # - uses: zattoo/changelog@v1
35- # - with:
36- # - token: ${{ github.token }}
32+ - name : Validate changelog
33+ if : ${{ ! startsWith(github.ref, 'refs/heads/dependabot/') }}
34+ uses : zattoo/changelog@v1
35+ with :
36+ token : ${{ github.token }}
3737 build :
3838 needs : lint
3939 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88
99### Fixed
10- * Fix: replace ` ReplicationScanResult.source_has_sse_c_enabled ` with ` source_encryption_mode `
10+ * Replace ` ReplicationScanResult.source_has_sse_c_enabled ` with ` source_encryption_mode `
1111
1212### Infrastructure
1313* Fix nox's deprecated ` session.install() ` calls
14+ * Re-enable changelog validation in CI
1415
1516## [ 1.17.3] - 2022-07-15
1617
You can’t perform that action at this time.
0 commit comments