From 6b1700bd4766b6a77daf88842ea23172a40b22a2 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Fri, 10 Sep 2021 07:44:06 -0600 Subject: [PATCH] actions: +accept-existing-contributors for CLA Canonical employees who have not signed the CLA, and sign commits with their ubuntu.com alias, fall into a weird gap where their commits are covered (as employees) but there is no great way for the CLA check to determine that. https://github.com/canonical/subiquity/pull/1044#issuecomment-916764603 --- .github/workflows/cla-check.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cla-check.yaml b/.github/workflows/cla-check.yaml index ce1faef7..95f92abc 100644 --- a/.github/workflows/cla-check.yaml +++ b/.github/workflows/cla-check.yaml @@ -8,3 +8,5 @@ jobs: steps: - name: Check if CLA signed uses: canonical/has-signed-canonical-cla@v1 + with: + accept-existing-contributors: true