diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcfb6bd21be..68c52cffb2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,9 @@ jobs: if: > github.event_name == 'pull_request' && !startsWith(github.event.pull_request.title, 'chore') && - !startsWith(github.event.pull_request.title, 'refactor') + !startsWith(github.event.pull_request.title, 'refactor') && + !startsWith(github.event.pull_request.title, 'deps') && + !startsWith(github.event.pull_request.title, 'docs') run: | git fetch origin master:master ./scripts/ensure-version-bump-and-changelog.sh