From 9c0c702f04ec75920363b72f448f8dc5e763c282 Mon Sep 17 00:00:00 2001 From: Iain Dillingham Date: Wed, 3 Apr 2024 11:55:21 +0100 Subject: [PATCH 1/5] Add `codelists.json` Without it, several GitHub actions will fail unexpectedly. --- tests/codelists/codelists/codelists.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/codelists/codelists/codelists.json diff --git a/tests/codelists/codelists/codelists.json b/tests/codelists/codelists/codelists.json new file mode 100644 index 0000000..5cc232f --- /dev/null +++ b/tests/codelists/codelists/codelists.json @@ -0,0 +1,3 @@ +{ + "files": {} +} \ No newline at end of file From 12ee76db772ebe1230d002e54a0d6b68084496b7 Mon Sep 17 00:00:00 2001 From: Iain Dillingham Date: Wed, 3 Apr 2024 11:13:14 +0100 Subject: [PATCH 2/5] feat: Remove Jongmassey from distribution list The distribution list contains the @names of users who should be notified on dataset failure. With @LiamHart-hub's agreement, we will remove Jongmassey. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c34757d..cd68eb1 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: users: description: "@names of users who should be notified on dataset failure" required: false - default: "@amirmehrkar @Jongmassey @inglesp @LiamHart-hub" + default: "@amirmehrkar @inglesp @LiamHart-hub" outputs: issue: From 070499a187dabb3cb4b59ab91a9ae65be5d289e2 Mon Sep 17 00:00:00 2001 From: Iain Dillingham Date: Wed, 3 Apr 2024 11:19:05 +0100 Subject: [PATCH 3/5] feat: Add JulietUnderdown1 to distribution list The distribution list contains the @names of users who should be notified on dataset failure. With @LiamHart-hub's agreement, we will add JulietUnderdown1. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cd68eb1..083e20e 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: users: description: "@names of users who should be notified on dataset failure" required: false - default: "@amirmehrkar @inglesp @LiamHart-hub" + default: "@amirmehrkar @inglesp @JulietUnderdown1 @LiamHart-hub" outputs: issue: From c3af8eddb674088948003b425abd9948a7d721ec Mon Sep 17 00:00:00 2001 From: Iain Dillingham Date: Wed, 3 Apr 2024 12:17:12 +0100 Subject: [PATCH 4/5] feat: Remove inglesp from distribution list The distribution list contains the @names of users who should be notified on dataset failure. inglesp was on the distribution list because he was data team lead. However, the data team no longer exists. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 083e20e..a6f7388 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: users: description: "@names of users who should be notified on dataset failure" required: false - default: "@amirmehrkar @inglesp @JulietUnderdown1 @LiamHart-hub" + default: "@amirmehrkar @JulietUnderdown1 @LiamHart-hub" outputs: issue: From aea286fd9ef5e0816bdd43c10a9025c1c7154b5a Mon Sep 17 00:00:00 2001 From: Iain Dillingham Date: Wed, 3 Apr 2024 15:37:35 +0100 Subject: [PATCH 5/5] feat: Add iaindillingham to distribution list The distribution list contains the @names of users who should be notified on dataset failure. With @JulietUnderdown1's agreement, we will add iaindillingham. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a6f7388..7d8640f 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: users: description: "@names of users who should be notified on dataset failure" required: false - default: "@amirmehrkar @JulietUnderdown1 @LiamHart-hub" + default: "@amirmehrkar @JulietUnderdown1 @LiamHart-hub @iaindillingham" outputs: issue: