Skip to content

Commit a2c3711

Browse files
fix: changing cla repo address (#12)
1 parent 55321be commit a2c3711

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/agreements.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: "CLA Assistant"
1414
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_target'
15-
uses: cla-assistant/[email protected]
15+
uses: contributor-assistant/[email protected]
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- name: "COC Assistant"
3030
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target'
31-
uses: cla-assistant/[email protected]
31+
uses: contributor-assistant/[email protected]
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}

.github/workflows/reusable-agreements.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: "CLA Assistant"
1818
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_target'
19-
uses: cla-assistant/[email protected]
19+
uses: contributor-assistant/[email protected]
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2222
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: "COC Assistant"
3434
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target'
35-
uses: cla-assistant/[email protected]
35+
uses: contributor-assistant/[email protected]
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3838
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)