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-16Lines changed: 2 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,13 @@ jobs:
10
10
cla:
11
11
runs-on: ubuntu-latest
12
12
steps:
13
-
- name: "Get Team Members"
14
-
id: team
15
-
uses: actions/github-script@v6
16
-
with:
17
-
github-token: ${{ secrets.ORG_TOKEN }}
18
-
result-encoding: string
19
-
script: |
20
-
const members = await github.paginate(
21
-
github.rest.orgs.listMembers,
22
-
{ org: "cowprotocol" },
23
-
);
24
-
return members.map(m => m.login).join(",");
25
-
26
13
- name: "CLA Assistant"
27
14
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'
0 commit comments