Skip to content

Commit

Permalink
don't require changelog for documentation/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed Oct 8, 2022
1 parent 90e1e2f commit 9f84d6a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Changelog Check
on:
pull_request:

paths-ignore:
- 'README.md'
- 'Cargo.lock'
- 'Cargo.toml'
- '*/Cargo.toml'
- 'xtask/**'
- 'book/**'
- 'docs/**'
concurrency:
group: changelog-check-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 9f84d6a

Please sign in to comment.