Skip to content

Commit a2546d0

Browse files
committed
don't require changelog entry documentation changes and dep updates
1 parent 90e1e2f commit a2546d0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/changelog.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
name: Changelog Check
22
on:
33
pull_request:
4-
4+
paths-ignore:
5+
- 'README.md'
6+
- 'Cargo.lock'
7+
- 'Cargo.toml'
8+
- '*/Cargo.toml'
9+
- 'xtask/**'
10+
- 'book/**'
11+
- 'docs/**'
512
concurrency:
613
group: changelog-check-${{ github.ref }}
714
cancel-in-progress: true

0 commit comments

Comments
 (0)