Skip to content

Commit f2ad9dd

Browse files
authored
Merge pull request #347 from Backblaze/readd-changelog-validator
Re-enable changelog validation in CI
2 parents fb037a7 + 89b672f commit f2ad9dd

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)