You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cla.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
- name: "CLA Assistant"
13
13
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'
14
14
# Beta Release
15
-
uses: cla-assistant/github-action@v2.1.3-beta
15
+
uses: cla-assistant/github-action@v2.3.0
16
16
env:
17
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
18
# the below token should have repo scope and must be manually added by you in the repository's secret
@@ -33,4 +33,4 @@ jobs:
33
33
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
34
34
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
35
35
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
36
-
#use-dco-flag: true - If you are using DCO instead of CLA
36
+
#use-dco-flag: true - If you are using DCO instead of CLA
0 commit comments