We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9adbc commit b5fe8f2Copy full SHA for b5fe8f2
.github/workflows/cla.yaml
@@ -19,7 +19,7 @@ jobs:
19
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
20
with:
21
path-to-signatures: 'signatures/version1/cla.json'
22
- path-to-document: 'https://github.com/openingo/cla/blob/main/OpeninGO-CLA.md' # e.g. a CLA or a DCO document
+ path-to-document: 'https://github.com/openingo/.github/blob/main/OpeninGO-CLA.md' # e.g. a CLA or a DCO document
23
# branch should not be protected
24
branch: 'cla'
25
allowlist: bot*
0 commit comments