From 49bca851376521c3c2572fa647246fc76adeb7c0 Mon Sep 17 00:00:00 2001 From: Stefan Kairinos <118008817+SKairinos@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:06:33 +0000 Subject: [PATCH] Validate existing contributor (#52) * validate existing contributors * test * pass secret * Update setup.py * use base_ref * remove secrets * Add lolilol * fix * fix * LOL Co-Authored-By: faucomte97 --- .github/workflows/contributing.yaml | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/contributing.yaml diff --git a/.github/workflows/contributing.yaml b/.github/workflows/contributing.yaml new file mode 100644 index 00000000..819fe044 --- /dev/null +++ b/.github/workflows/contributing.yaml @@ -0,0 +1,11 @@ +name: Contributing + +on: + pull_request: + branches: + - main + - new_data_models # TODO: remove after we merge new_data_models into main + +jobs: + validate-existing-contributors: + uses: ocadotechnology/codeforlife-workspace/.github/workflows/validate-existing-contributors.yaml@main diff --git a/setup.py b/setup.py index 8a796ac6..fb4034d4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ © Ocado Group Created on 11/12/2023 at 10:59:40(+00:00). -Setup the Code for Life package during installation. +Setup the Code for Life package during installation. """ import json