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
This commit is contained in:
Dan Bungert 2021-09-10 07:44:06 -06:00
parent 1f49f0285e
commit 6b1700bd47
1 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,5 @@ jobs:
steps: steps:
- name: Check if CLA signed - name: Check if CLA signed
uses: canonical/has-signed-canonical-cla@v1 uses: canonical/has-signed-canonical-cla@v1
with:
accept-existing-contributors: true