From 09f8cb4d27ce66207b617ed7ada6a78b8764b481 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 17 Oct 2023 09:31:06 +1100 Subject: [PATCH] ci: don't require changelog entries for `docs` and `deps` Pull-Request: #4670. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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