From 31fa43402c0131b3404c496440975fd2a077c3e8 Mon Sep 17 00:00:00 2001 From: amonkhouse Date: Fri, 6 Feb 2026 17:28:12 +0000 Subject: [PATCH 1/2] feat: add triggers to conventional commits check --- .github/workflows/run-conventional-commits-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 504d11301f6a37a68e59c339e4097043b47ad863 Mon Sep 17 00:00:00 2001 From: brainbicycle Date: Tue, 3 Mar 2026 16:25:34 -0500 Subject: [PATCH 2/2] add feature flag for auction artworks connection --- Echo.json5 | 1 + 1 file changed, 1 insertion(+) 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' },