diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml new file mode 100644 index 0000000..aeef9a8 --- /dev/null +++ b/.github/workflows/cla-check.yml @@ -0,0 +1,10 @@ +name: cla-check + +on: [pull_request_target] + +jobs: + cla-check: + runs-on: ubuntu-latest + steps: + - name: Check if CLA signed + uses: canonical/has-signed-canonical-cla@v1 diff --git a/.github/workflows/inactiveissue.yml b/.github/workflows/inactive-issue.yml similarity index 100% rename from .github/workflows/inactiveissue.yml rename to .github/workflows/inactive-issue.yml