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
{{ message }}
This repository was archived by the owner on Dec 17, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/agreements.yaml
+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
# Alpha Release
15
-
uses: cla-assistant/github-action@v2.3.1-beta
15
+
uses: cla-assistant/github-action@v2.1.3-beta
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
@@ -37,7 +37,7 @@ jobs:
37
37
- name: "COC Assistant"
38
38
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target'
39
39
# Alpha Release
40
-
uses: cla-assistant/github-action@v2.3.1-beta
40
+
uses: cla-assistant/github-action@v2.1.3-beta
41
41
env:
42
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
43
# the below token should have repo scope and must be manually added by you in the repository's secret
0 commit comments