Skip to content

Commit

Permalink
ci: Bump changelog-enforcer to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Sep 8, 2023
1 parent 6df1d33 commit 5ffcab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dangoslen/changelog-enforcer@v1.4.0
- uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: "CHANGELOG.md"
skipLabel: "skip_changelog"
skipLabels: "skip_changelog"
token: ${{secrets.DEVOPS_GITHUB_TOKEN || github.token}}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Use Python 3.8 for codespell
- Bump rubocop-shopify to v2.14
- Bump changelog-enforcer to v3
### Fixed
- Fixes rubocop lint

Expand Down

0 comments on commit 5ffcab8

Please sign in to comment.