|
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] |
8 | | - |
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/github-action@v2.4.0 |
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* |