From dde3f1b9d4d0c23d566fc758a58b8e1ff3fa2e01 Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Sun, 1 Mar 2026 23:44:32 +0000 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20add=20=E2=80=9Cblog=E2=80=9D=20to=20?= =?UTF-8?q?commit=20message=20scopes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/semantic-pull-requests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/semantic-pull-requests.yml b/.github/workflows/semantic-pull-requests.yml index 0099e10c39..ebbad4f932 100644 --- a/.github/workflows/semantic-pull-requests.yml +++ b/.github/workflows/semantic-pull-requests.yml @@ -24,6 +24,7 @@ jobs: with: scopes: | a11y + blog deps docs cli From 8a750326c0d5d4bf7815a474a99981e4f28cd465 Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Sun, 1 Mar 2026 23:44:49 +0000 Subject: [PATCH 2/2] fix(docs): correct list of scopes in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1ba91c728..ca87224191 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1033,7 +1033,7 @@ Format: `type(scope): description` **Types:** `feat`, `fix`, `docs`, `style`, `refactor`, `perf`, `test`, `build`, `ci`, `chore`, `revert` -**Scopes (optional):** `docs`, `i18n`, `deps` +**Scopes (optional):** `a11y`, `blog`, `deps`, `docs`, `cli`, `i18n`, `ui` **Examples:**