From 2b035471316b4f7055e5279428ac8a9a3e8e3d06 Mon Sep 17 00:00:00 2001 From: Siddhartha Bagaria Date: Tue, 6 Feb 2024 11:46:16 -0800 Subject: [PATCH] Prepare for transfer to bazel-contrib --- .github/CODEOWNERS | 1 + README.md | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..4c4ec5991 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @siddharthab @rrbutani @fmeum @jsharpe diff --git a/README.md b/README.md index 274abe3dc..250615bd8 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,5 @@ # LLVM toolchain for Bazel [![Tests](https://github.com/grailbio/bazel-toolchain/actions/workflows/tests.yml/badge.svg)](https://github.com/grailbio/bazel-toolchain/actions/workflows/tests.yml) ---- - -The project is in a relatively stable state and in use for all code development -at GRAIL and other organizations. Having said that, I am unable to give time to -it at any regular cadence. - -I rely on the community for maintenance and new feature implementations. If you -are interested in being part of this project, please let me know and I can give -you write access, so you can merge your changes directly. - -If you feel like you have a better maintained fork or an alternative/derived -implementation, please let me know and I can redirect people there. - -– @siddharthab - ---- - ## Quickstart See notes on the [release](https://github.com/grailbio/bazel-toolchain/releases)