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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,12 @@ jobs:
38
38
steps:
39
39
- name: "CLA Assistant"
40
40
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'
41
-
uses: contributor-assistant/github-action@v2.5.2
41
+
uses: contributor-assistant/github-action@v2.6.0
42
42
env:
43
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
44
# the below token should have repo scope and must be manually added by you in the repository's secret
45
45
# This token is required only if you have configured to store the signatures in a remote repository/organization
0 commit comments