Skip to content

Commit 3e673a8

Browse files
committed
CLA update
1 parent 9abf55f commit 3e673a8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/cla.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@ name: "CLA Assistant"
22

33
on:
44
issue_comment:
5-
issue_comment:
6-
types: [created]
7-
pull_request_target:
8-
types: [opened,closed,synchronize]
5+
types: [created]
6+
pull_request_target:
7+
types: [opened,closed,synchronize]
98

109
jobs:
1110
cla-assistant:
1211
runs-on: "ubuntu-latest"
1312
steps:
1413
- name: "CLA Assistant"
1514
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'"
16-
uses: "cla-assistant/github-action@v2.3.0"
15+
uses: "cla-assistant/github-action@v2.4.0"
1716
env:
1817
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
1918
PERSONAL_ACCESS_TOKEN: "${{ secrets.PRO_ACCESS_TOKEN }}"

0 commit comments

Comments
 (0)