From 624bd3383aaa7bb920664c7273a241744a70fcee Mon Sep 17 00:00:00 2001 From: Emanuela Epure <67077116+emanuelaepure10@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:06:49 +0100 Subject: [PATCH] feat(api)!: send an email to the customer when a product is shipped Introduce a request id and a reference to latest request. Dismiss incoming responses other than from latest request. Remove timeouts which were used to mitigate the racing issue but are obsolete now. Reviewed-by: Z Refs: #123 --- .github/workflows/action-conventional-commits-taskmedia.yml | 6 ++++++ .github/workflows/action-conventional-commits.yml | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/.github/workflows/action-conventional-commits-taskmedia.yml b/.github/workflows/action-conventional-commits-taskmedia.yml index 61dc28d..8638a85 100644 --- a/.github/workflows/action-conventional-commits-taskmedia.yml +++ b/.github/workflows/action-conventional-commits-taskmedia.yml @@ -18,6 +18,12 @@ # ING-3232 # success +# TEST 4 +# feat!: send an email to the customer when a product is shipped +# BREAKING CHANGE: `extends` key in config file is now used for extending other config files +# ING-3231 +# success + name: Action Conventional Commits Taskmedia on: diff --git a/.github/workflows/action-conventional-commits.yml b/.github/workflows/action-conventional-commits.yml index 1791c3a..dbe7449 100644 --- a/.github/workflows/action-conventional-commits.yml +++ b/.github/workflows/action-conventional-commits.yml @@ -18,6 +18,11 @@ # ING-3232 # success +# TEST 4 +# feat!: send an email to the customer when a product is shipped +# BREAKING CHANGE: `extends` key in config file is now used for extending other config files +# ING-3231 +# success name: Action Conventional Commits