Skip to content

Commit

Permalink
Merge branch 'main' into feat-update-cardano-catalyst-testplan
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 authored Sep 10, 2024
2 parents 34f49d5 + aaf2a5a commit 4875ff7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
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

0 comments on commit 4875ff7

Please sign in to comment.