Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(general): Add suggested set of scopes for catalyst-voices repo #784

Merged
merged 2 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/semantic_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 12 additions & 6 deletions .vscode/settings.recommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down
Loading