Skip to content

Commit aac325b

Browse files
committed
chore(ci): update of CLA workflow
Pinned `contributor-assistant/github-action` version to v2.6.1 SHA
1 parent 3add674 commit aac325b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cla.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ permissions:
1111

1212
jobs:
1313
CLAAssistant:
14-
if: github.event.pull_request.draft == false
1514
permissions:
1615
actions: write
1716
contents: write
@@ -21,7 +20,7 @@ jobs:
2120
steps:
2221
- name: "CLA Assistant"
2322
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'
24-
uses: contributor-assistant/[email protected]
23+
uses: contributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 #v2.6.1
2524
env:
2625
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2726
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)