From 31e3492f878d3dfc3feb83737bb2f30abfe70f3f Mon Sep 17 00:00:00 2001 From: Martin Traverso Date: Mon, 21 Jan 2019 13:56:02 -0800 Subject: [PATCH] Add CLA bot configuration --- .clabot | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .clabot diff --git a/.clabot b/.clabot new file mode 100644 index 000000000000..c90166d1b96b --- /dev/null +++ b/.clabot @@ -0,0 +1,5 @@ +{ + "contributors": "https://api.github.com/repos/prestosql/cla/contents/contributors", + "message": "Thank you for your pull request and welcome to our community. We require contributors to sign our [Contributor License Agreement](https://github.com/prestosql/cla/raw/master/Presto%20Foundation%20Individual%20CLA.pdf), and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. If you are contributing on behalf of someone else (e.g., your employer), the individual CLA may not be sufficient and your employer may need the [Corporate CLA](https://raw.githubusercontent.com/prestosql/cla/master/Presto%20Foundation%20Corporate%20CLA.txt) signed.", + "label": "cla-signed" +}