Skip to content

Commit 09f8cb4

Browse files
ci: don't require changelog entries for docs and deps
Pull-Request: #4670.
1 parent ce91c1c commit 09f8cb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ jobs:
7676
if: >
7777
github.event_name == 'pull_request' &&
7878
!startsWith(github.event.pull_request.title, 'chore') &&
79-
!startsWith(github.event.pull_request.title, 'refactor')
79+
!startsWith(github.event.pull_request.title, 'refactor') &&
80+
!startsWith(github.event.pull_request.title, 'deps') &&
81+
!startsWith(github.event.pull_request.title, 'docs')
8082
run: |
8183
git fetch origin master:master
8284
./scripts/ensure-version-bump-and-changelog.sh

0 commit comments

Comments
 (0)