Skip to content

Commit 9f84d6a

Browse files
committed
don't require changelog for documentation/dependencies
1 parent 90e1e2f commit 9f84d6a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 8 additions & 1 deletion
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)