From 85290ad7f8828d4a9b0516fc068edea5ab806263 Mon Sep 17 00:00:00 2001 From: Federico Giacon <58218759+fedgiac@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:15:54 +0000 Subject: [PATCH] Add an empty contributor file. This is a workaround to make the CI action work as expected. The CLA action failed in this PR: https://github.com/cowprotocol/flash-loan-wrapper-solver/pull/1 The error in the action log is: ``` Run contributor-assistant/github-action@v2.2.1 CLA Assistant GitHub Action bot has started the process Error: Could not retrieve repository contents: Not Found. Status: 404 Error: Cannot read properties of undefined (reading 'data') ``` See for example: https://github.com/cowprotocol/flash-loan-wrapper-solver/actions/runs/13071434597/job/36473778174 This workaround was suggested in: https://github.com/contributor-assistant/github-action/issues/155#issuecomment-2190310649 --- signatures/version1/cla.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 signatures/version1/cla.json diff --git a/signatures/version1/cla.json b/signatures/version1/cla.json new file mode 100644 index 0000000..6d978e7 --- /dev/null +++ b/signatures/version1/cla.json @@ -0,0 +1,3 @@ +{ + "signedContributors": [] +}