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
+3-3Lines changed: 3 additions & 3 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: contributor-assistant/github-action@v2.2.0
15
+
uses: contributor-assistant/github-action@v2.4.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
# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
27
+
# the following are the optional inputs - If the optional inputs are not given, then default values will be taken
28
28
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
29
29
#remote-repository-name: enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)
30
30
#create-file-commit-message: 'For example: Creating file for storing CLA Signatures'
0 commit comments