From 1d7a872f2d8e32d26e98a12db739ba7ecb75c195 Mon Sep 17 00:00:00 2001 From: amonkhouse Date: Fri, 31 Oct 2025 14:44:45 +0000 Subject: [PATCH 1/2] feat: add conventional commit github action --- .github/workflows/run-conventional-commits-check.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/run-conventional-commits-check.yml diff --git a/.github/workflows/run-conventional-commits-check.yml b/.github/workflows/run-conventional-commits-check.yml new file mode 100644 index 0000000..a591af3 --- /dev/null +++ b/.github/workflows/run-conventional-commits-check.yml @@ -0,0 +1,9 @@ +name: ☢️ Conventional Commits Check + +on: + pull_request: + types: [opened, edited] + +jobs: + run-conventional-commits-check: + uses: artsy/duchamp/.github/workflows/conventional-commits-check.yml@main From 38f1ca52ad4a2be00c6cbf3c5b76178e77a379e5 Mon Sep 17 00:00:00 2001 From: Brian Beckerle <49686530+brainbicycle@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:26:54 -0300 Subject: [PATCH 2/2] enable feature video redirect (#873) --- Echo.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Echo.json5 b/Echo.json5 index de82e58..10d4eb8 100644 --- a/Echo.json5 +++ b/Echo.json5 @@ -227,7 +227,7 @@ { name: 'AREnablePriceRangeToast', value: true }, { name: 'AREnableArtworkSaveIconAnimation', value: true }, { name: 'AREnableNewHomeViewCardRailType', value: false }, - { name: 'AREnableRedirectForVideoFeatureType', value: false }, + { name: 'AREnableRedirectForVideoFeatureType', value: true }, { name: 'AREnableAuctionsHubOnHomeView', value: false }, ], messages: [