From 9def6ee6c61627943469fc59c63eaadbc9f8cb5d Mon Sep 17 00:00:00 2001 From: Alexander Schueren Date: Tue, 9 Jan 2024 11:38:28 +0100 Subject: [PATCH] allow deps-dev for semantic PR --- .github/semantic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/semantic.yml b/.github/semantic.yml index 25c5831d46..26af1db418 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -31,6 +31,7 @@ scopes: - internal - maintenance - deps + - deps-dev # Always validate the PR title # and ignore the commits to lower the entry bar for contribution