diff --git a/.github/workflows/run-conventional-commits-check.yml b/.github/workflows/run-conventional-commits-check.yml index a591af3..13a35d1 100644 --- a/.github/workflows/run-conventional-commits-check.yml +++ b/.github/workflows/run-conventional-commits-check.yml @@ -2,7 +2,7 @@ name: ☢️ Conventional Commits Check on: pull_request: - types: [opened, edited] + types: [edited, opened, ready_for_review, reopened] jobs: run-conventional-commits-check: diff --git a/Echo.json5 b/Echo.json5 index e6af2bb..1edcf04 100644 --- a/Echo.json5 +++ b/Echo.json5 @@ -231,6 +231,7 @@ { name: 'AREnableAuctionsHubOnHomeView', value: false }, { name: 'AREnableFeatureVideoPhase2Type', value: true }, { name: 'AREnableExpandedCityGuide', value: true }, + { name: 'AREnableArtworksConnectionForAuction2', value: true }, ], messages: [ { name: 'LiveAuctionsCurrentWebSocketVersion', content: '3' },