Skip to content

Commit 8d7d262

Browse files
authored
Update cla.yml
1 parent 9212a8d commit 8d7d262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2727
with:
2828
path-to-signatures: 'signatures/version1/cla.json'
29-
path-to-document: 'https://github.com/cla-assistant/github-action/blob/master/SAPCLA.md' # e.g. a CLA or a DCO document
29+
path-to-document: 'https://raw.githubusercontent.com/DapperLib/Dapper/main/NonCLA.md' # e.g. a CLA or a DCO document
3030
# branch should not be protected
3131
branch: 'main'
32-
allowlist: user1,bot*
32+
# allowlist: user1,bot*
3333

3434
# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
3535
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)

0 commit comments

Comments
 (0)