We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de25de3 commit c0b25b4Copy full SHA for c0b25b4
.github/workflows/cla-check.yaml
@@ -27,11 +27,11 @@ jobs:
27
# This token is required only if you have configured to store the signatures in a remote repository/organization
28
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
29
with:
30
- path-to-signatures: 'signatures/version1/cla.json'
+ path-to-signatures: './signatures/rql/cla.json'
31
path-to-document: 'https://github.com/bci-oss/semanticstack-rql/blob/main/CLA.md' # e.g. a CLA or a DCO document
32
# branch should not be protected
33
branch: 'main'
34
- allowlist: user1,bot*
+ allowlist: bot*
35
remote-organization-name: https://github.com/bci-oss
36
remote-repository-name: cla-signatures
37
0 commit comments