Skip to content

Commit

Permalink
try3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Rodrigues Lordello committed Apr 27, 2022
1 parent c3c0967 commit f39d9ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
github.rest.orgs.listMembers,
{ org: "cowprotocol" },
);
console.log(members.map(m => m.login).join(","));
return members.map(m => m.login).join(",");
- name: "CLA Assistant"
Expand All @@ -34,4 +33,4 @@ jobs:
branch: 'cla-signatures'
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://github.com/cowprotocol/cla/blob/main/Cow%20Services%20CLA.md'
allowlist: "${{ steps.team.outputs.result }},*[bot]"
allowlist: '${{ steps.team.outputs.result }},*[bot]'

0 comments on commit f39d9ad

Please sign in to comment.