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
Changes to files in `.github` are not permitted. Please revert your changes and re-submit a new PR. Simply changing the file back to its original state and re-committing won't work (you must revert the changes made to it).
Changes to `license_policy.yml` are not permitted. Please revert your changes and re-submit a new PR. Simply changing the file back to its original state and re-committing won't work (you must revert the changes made to it).
Changes to `repolinter.json` are not permitted. Please revert your changes and re-submit a new PR. Simply changing the file back to its original state and re-committing won't work (you must revert the changes made to it).
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'
path-to-document: 'https://github.com/oracledevrel/devrel-oca-mgmt/blob/main/oca-20210504.md'# e.g. a CLA or a DCO document
26
+
# branch should not be protected
27
+
branch: 'main'
28
+
allowlist: bot*
29
+
30
+
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
31
+
remote-organization-name: "oracledevrel"# enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
32
+
remote-repository-name: "devrel-oca-mgmt"# enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)
33
+
#create-file-commit-message: 'For example: Creating file for storing CLA Signatures'
34
+
#signed-commit-message: 'For example: $contributorName has signed the CLA in #$pullRequestNo'
35
+
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
36
+
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
37
+
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
38
+
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
39
+
#use-dco-flag: true - If you are using DCO instead of CLA
It's a good idea to have copyright notices at the top of each file. It looks like at least one file was missing this (though it might be further down in the file - this might be a false-positive).
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open source community.
20
+
21
+
## License
22
+
Copyright (c) 2021 Oracle and/or its affiliates.
23
+
24
+
Licensed under the Universal Permissive License 1.0.
0 commit comments