Skip to content

Commit c0b25b4

Browse files
authored
Update signature path in cla-check.yaml (#11)
* Update signature path in cla-check.yaml * Update path to signature.
1 parent de25de3 commit c0b25b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cla-check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
# This token is required only if you have configured to store the signatures in a remote repository/organization
2828
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2929
with:
30-
path-to-signatures: 'signatures/version1/cla.json'
30+
path-to-signatures: './signatures/rql/cla.json'
3131
path-to-document: 'https://github.com/bci-oss/semanticstack-rql/blob/main/CLA.md' # e.g. a CLA or a DCO document
3232
# branch should not be protected
3333
branch: 'main'
34-
allowlist: user1,bot*
34+
allowlist: bot*
3535
remote-organization-name: https://github.com/bci-oss
3636
remote-repository-name: cla-signatures
3737

0 commit comments

Comments
 (0)