Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbc668d

Browse files
authored
chore: remove CLA workflow (#21)
it always fails since it's not setup correctly. uncomment when we actually make this public
1 parent 746acae commit dbc668d

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

.github/workflows/cla.yaml

+26-25
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
1-
name: "CLA Assistant"
2-
on:
3-
issue_comment:
4-
types: [created]
5-
pull_request_target:
6-
types: [opened,closed,synchronize]
1+
# uncomment when configured correctly
2+
# name: "CLA Assistant"
3+
# on:
4+
# issue_comment:
5+
# types: [created]
6+
# pull_request_target:
7+
# types: [opened,closed,synchronize]
78

8-
jobs:
9-
CLAssistant:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: "CLA Assistant"
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-
uses: contributor-assistant/[email protected]
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
# the below token should have repo scope and must be manually added by you in the repository's secret
18-
PERSONAL_ACCESS_TOKEN : ${{ secrets.CDRCOMMUNITY_GITHUB_TOKEN }}
19-
with:
20-
remote-organization-name: 'coder'
21-
remote-repository-name: 'cla'
22-
path-to-signatures: 'v2022-09-04/signatures.json'
23-
path-to-document: 'https://github.com/coder/cla/blob/main/README.md'
24-
# branch should not be protected
25-
branch: 'main'
26-
allowlist: dependabot*
9+
# jobs:
10+
# CLAssistant:
11+
# runs-on: ubuntu-latest
12+
# steps:
13+
# - name: "CLA Assistant"
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'
15+
# uses: contributor-assistant/[email protected]
16+
# env:
17+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
# # the below token should have repo scope and must be manually added by you in the repository's secret
19+
# PERSONAL_ACCESS_TOKEN : ${{ secrets.CDRCOMMUNITY_GITHUB_TOKEN }}
20+
# with:
21+
# remote-organization-name: 'coder'
22+
# remote-repository-name: 'cla'
23+
# path-to-signatures: 'v2022-09-04/signatures.json'
24+
# path-to-document: 'https://github.com/coder/cla/blob/main/README.md'
25+
# # branch should not be protected
26+
# branch: 'main'
27+
# allowlist: dependabot*

0 commit comments

Comments
 (0)