Skip to content

Commit ba37119

Browse files
authored
Remove team exception
1 parent 8dde02d commit ba37119

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/cla.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@ jobs:
1010
cla:
1111
runs-on: ubuntu-latest
1212
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-
2613
- name: "CLA Assistant"
2714
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'
2815
uses: contributor-assistant/github-action@v2.1.3-beta
@@ -32,4 +19,4 @@ jobs:
3219
branch: 'cla-signatures'
3320
path-to-signatures: 'signatures/version1/cla.json'
3421
path-to-document: 'https://github.com/cowprotocol/cla/blob/main/Cow%20Services%20CLA.md'
35-
allowlist: '${{ steps.team.outputs.result }},*[bot]'
22+
allowlist: '*[bot]'

0 commit comments

Comments
 (0)