You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
14
+
# Beta Release
15
+
uses: cla-assistant/github-action@v2.2.1
16
+
env:
17
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
+
# the below token should have repo scope and must be manually added by you in the repository's secret
path-to-document: 'https://raw.githubusercontent.com/Codeuctivity/PuppeteerSharp.Renderer/main/cla.md'# e.g. a CLA or a DCO document
23
+
# branch should not be protected
24
+
branch: 'main'
25
+
allowlist: dependabot[bot],stesee
26
+
27
+
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
28
+
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
29
+
#remote-repository-name: enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)
30
+
#create-file-commit-message: 'For example: Creating file for storing CLA Signatures'
31
+
#signed-commit-message: 'For example: $contributorName has signed the CLA in #$pullRequestNo'
32
+
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
33
+
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
34
+
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
35
+
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
36
+
#use-dco-flag: true - If you are using DCO instead of CLA
0 commit comments