Skip to content

Commit 3e9adbc

Browse files
committed
change cla to current repo
1 parent 865bdde commit 3e9adbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cla.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
path-to-signatures: 'signatures/version1/cla.json'
2222
path-to-document: 'https://github.com/openingo/cla/blob/main/OpeninGO-CLA.md' # e.g. a CLA or a DCO document
2323
# branch should not be protected
24-
branch: 'main'
24+
branch: 'cla'
2525
allowlist: bot*
2626

2727
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
28-
remote-organization-name: openingo #enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
29-
remote-repository-name: cla # enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)
28+
#remote-organization-name: openingo #enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
29+
#remote-repository-name: cla # enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)
3030
#create-file-commit-message: 'For example: Creating file for storing CLA Signatures'
3131
#signed-commit-message: 'For example: $contributorName has signed the CLA in #$pullRequestNo'
3232
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'

0 commit comments

Comments
 (0)