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).
Changes to `sonar-project.properties` 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).
71
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
72
+
- name: Comment if sonar-project.properties changed
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
The standard Oracle Disclaimer seems to be missing from the readme. Please add it:
42
+
43
+
ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY. IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK.
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).
0 commit comments