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 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:**