From 62926e24e0596b14cbfeff61dce448ba82c24f58 Mon Sep 17 00:00:00 2001 From: Scott Adams <74183390+sra405@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:53:05 +0100 Subject: [PATCH 1/4] dummy change to test the CLA --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1819412f..3cf76a9c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # The Raspberry Pi Foundation Code Editor - API +TEST CHANGE + This document discusses the components used to build the Raspberry Pi Foundation Code Editor. It's a good starting point both for working on the editor itself and for using ideas or components from the editor in other projects. The document assumes some familiarity with the app as a user. [Try it out](https://editor.raspberrypi.org) before reading further. From 021fb8e81a84ac4a0b86f9736c2f22aa10dbfd33 Mon Sep 17 00:00:00 2001 From: Scott Adams <74183390+sra405@users.noreply.github.com> Date: Wed, 28 Jun 2023 15:47:27 +0100 Subject: [PATCH 2/4] trial aws lambda --- .clabot | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.clabot b/.clabot index e36ce13da..42b87210c 100644 --- a/.clabot +++ b/.clabot @@ -1,4 +1,4 @@ { - "contributors": [], + "contributors": "https://sudzddebn4bysajfdep7gdfave0scrlv.lambda-url.eu-west-1.on.aws/", "message": "We require contributors to sign our Contributor License Agreement, and we don\"t have you on file. In order for us to review and merge your code, please contact @RaspberryPiFoundation/digital-products-learner-experience to get yourself added." } diff --git a/README.md b/README.md index 3cf76a9c9..e1819412f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # The Raspberry Pi Foundation Code Editor - API -TEST CHANGE - This document discusses the components used to build the Raspberry Pi Foundation Code Editor. It's a good starting point both for working on the editor itself and for using ideas or components from the editor in other projects. The document assumes some familiarity with the app as a user. [Try it out](https://editor.raspberrypi.org) before reading further. From db957229637dd7481802929aaf2b7e0066bb1700 Mon Sep 17 00:00:00 2001 From: Scott Adams <74183390+sra405@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:37:10 +0100 Subject: [PATCH 3/4] updated cla contributors --- .clabot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clabot b/.clabot index 42b87210c..054356c21 100644 --- a/.clabot +++ b/.clabot @@ -1,4 +1,4 @@ { - "contributors": "https://sudzddebn4bysajfdep7gdfave0scrlv.lambda-url.eu-west-1.on.aws/", + "contributors": ["loiswells97", "patch0", "IzzySmillie", "pjbRPF", "m-bowley", "sra405", "magdalenajadach", "tessyraspberrypi"], "message": "We require contributors to sign our Contributor License Agreement, and we don\"t have you on file. In order for us to review and merge your code, please contact @RaspberryPiFoundation/digital-products-learner-experience to get yourself added." } From dd2fbef649853b311c2b6cf8a0e99917d04112bf Mon Sep 17 00:00:00 2001 From: Scott Adams <74183390+sra405@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:39:47 +0100 Subject: [PATCH 4/4] added cla users --- .clabot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clabot b/.clabot index 054356c21..c5a704dc6 100644 --- a/.clabot +++ b/.clabot @@ -1,4 +1,4 @@ { - "contributors": ["loiswells97", "patch0", "IzzySmillie", "pjbRPF", "m-bowley", "sra405", "magdalenajadach", "tessyraspberrypi"], + "contributors": ["loiswells97", "patch0", "IzzySmillie", "pjbRPF", "m-bowley", "sra405", "magdalenajadach", "tessyraspberrypi", "danhalson", "PetarSimonovic", "grega"], "message": "We require contributors to sign our Contributor License Agreement, and we don\"t have you on file. In order for us to review and merge your code, please contact @RaspberryPiFoundation/digital-products-learner-experience to get yourself added." }