From 5819aff348823646cea6e1709dc686512bed19b3 Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Tue, 10 Sep 2024 14:59:16 +0700 Subject: [PATCH] feat(general): Add suggested set of scopes for catalyst-voices repo --- .github/workflows/semantic_pull_request.yml | 15 +++++++++++++++ .vscode/settings.recommended.json | 18 ++++++++++++------ 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/.github/workflows/semantic_pull_request.yml b/.github/workflows/semantic_pull_request.yml index 6c0fedb69ef..a8183cb9f4e 100644 --- a/.github/workflows/semantic_pull_request.yml +++ b/.github/workflows/semantic_pull_request.yml @@ -12,3 +12,18 @@ jobs: build: name: Validate PR title uses: input-output-hk/catalyst-ci/.github/workflows/semantic_pull_request.yml@master + with: + requireScope: false + scopes: | + cat-voices + cat-gateway + dart + dart/catalyst_analysis + dart/catalyst_cardano_serialization + dart/catalyst_cose + flutter + flutter/catalyst_cardano + flutter/catalyst_compression + utils + docs + general diff --git a/.vscode/settings.recommended.json b/.vscode/settings.recommended.json index b0ea38a9007..b7614669ce3 100644 --- a/.vscode/settings.recommended.json +++ b/.vscode/settings.recommended.json @@ -34,12 +34,18 @@ }, "window.title": "${dirty}${activeEditorShort}", "conventionalCommits.scopes": [ - "vscode", - "athena", - "frontend", - "frontend-pkg", - "backend", - "backend-lib" + "cat-voices", + "cat-gateway", + "dart", + "dart/catalyst_analysis", + "dart/catalyst_cardano_serialization", + "dart/catalyst_cose", + "flutter", + "flutter/catalyst_cardano", + "flutter/catalyst_compression", + "utils", + "docs", + "general" ], "conventionalCommits.gitmoji": false, "markdown.extension.toc.unorderedList.marker": "*",