Skip to content

Commit 7ec8c03

Browse files
authored
chore: update name of CLA Github Action
1 parent 12bbcaf commit 7ec8c03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This version of the CLA Assistant uses a GitHub action and local
22
# storage of the signatures.
3-
# https://github.com/cla-assistant/github-action/
3+
# https://github.com/contributor-assistant/github-action/
44

55
name: "CLA Assistant"
66
on:
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: "CLA Assistant"
1717
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request'
18-
uses: cla-assistant/github-action@v2.4.0
18+
uses: contributor-assistant/github-action@v2.4.0
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
PERSONAL_ACCESS_TOKEN: ${{ secrets.OSS_CONTRIBUTOR_LICENSE_AGREEMENT }}

0 commit comments

Comments
 (0)