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
+1-1
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.5.2
15
+
uses: contributor-assistant/github-action@v2.6.0
16
16
env:
17
17
GITHUB_TOKEN: ${{ secrets.BOT }}
18
18
# the below token should have repo scope and must be manually added by you in the repository's secret
0 commit comments