Bazel: add to CODEOWNERS and move around doc note

This commit is contained in:
Paolo Tranquilli
2022-03-31 16:50:11 +02:00
parent 3772efd193
commit 1cc7621300
4 changed files with 10 additions and 2 deletions

View File

@@ -31,3 +31,7 @@
# QL for QL reviewers
/ql/ @github/codeql-ql-for-ql-reviewers
# Bazel
**/*.bazel @github/codeql-ci-reviewers
**/*.bzl @github/codeql-ci-reviewers

View File

@@ -70,3 +70,7 @@ After the experimental query is merged, we welcome pull requests to improve it.
If you contribute to this project, we will record your name and email address (as provided by you with your contributions) as part of the code repositories, which are public. We might also use this information to contact you in relation to your contributions, as well as in the normal course of software development. We also store records of CLA agreements signed in the past, but no longer require contributors to sign a CLA. Under GDPR legislation, we do this on the basis of our legitimate interest in creating the CodeQL product.
Please do get in touch (privacy@github.com) if you have any questions about this or our data protection policies.
## Bazel
Please notice that any bazel targets and definitions in this repository are currently experimental
and for internal use only.

View File

@@ -0,0 +1,2 @@
# Please notice that any bazel targets and definitions in this repository are currently experimental
# and for internal use only.

View File

@@ -1,2 +0,0 @@
Please notice that any bazel targets and definitions in this repository are currently experimental and for internal use
only.