Skip to content

Commit 166696a

Browse files
authored
ci: update CLA check to v2 (#478)
Updates the CLA workflow to the [latest version](https://github.com/canonical/has-signed-canonical-cla). The `exempted-bots` has been removed, as proper github bots (with usernames ending in `[bot]` are automatically excluded from the check. We need to continue explicitly excluding weblate, since their automation is using a normal github account. Also see canonical/has-signed-canonical-cla#77
1 parent 6fd8f7e commit 166696a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check if CLA signed
14-
uses: canonical/has-signed-canonical-cla@v1
15-
with:
16-
exempted-bots: github-actions,renovate
14+
uses: canonical/has-signed-canonical-cla@v2
1715

1816
title:
1917
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)