Skip to content

Commit e0795e8

Browse files
authored
feat: update CLA workflow to use new action version
1 parent a9f32cb commit e0795e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cla.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
issue_comment:
55
types: [created]
66
pull_request_target:
7-
types: [opened, closed, synchronize]
7+
types: [opened]
88

99
permissions:
1010
contents: read
@@ -20,13 +20,13 @@ jobs:
2020
steps:
2121
- name: "CLA Assistant"
2222
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'
23-
uses: contributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 #v2.6.1
23+
uses: Netcracker/qubership-workflow-hub/actions/cla-assistant@d11baa8a4b42d1a931808c0766ee23eb344c47dd # v2.2.0
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}
2727
with:
2828
path-to-signatures: 'signatures/version1/cla.json'
29-
path-to-document: 'https://github.com/Netcracker/qubership-github-workflows/blob/main/CLA/cla.md'
29+
path-to-document: 'https://github.com/Netcracker/qubership-workflow-hub/blob/release/v2.2.0/CLA/cla.md'
3030
# branch should not be protected
3131
branch: 'main'
3232
allowlist: NetcrackerCLPLCI,web-flow,bot*

0 commit comments

Comments
 (0)