From 8f96fa4ec13efa56ce72250c75cf14d8c228977c Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Mon, 4 Apr 2022 23:26:06 +0300 Subject: [PATCH] ci: add cla-bot configuration --- .clabot | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .clabot diff --git a/.clabot b/.clabot new file mode 100644 index 00000000..b1bca0bb --- /dev/null +++ b/.clabot @@ -0,0 +1,17 @@ +{ + "contributors": [ + "CleverSource", + "DarkView", + "Jernik", + "WeebHiroyuki", + "almeidx", + "axisiscool", + "dexbiobot", + "greenbigfrog", + "metal0", + "roflmaoqwerty", + "usoka", + "vcokltfre" + ], + "message": "Thank you for contributing to Zeppelin! We require contributors to sign our Contributor License Agreement (CLA). To let us review and merge your code, please visit https://github.com/ZeppelinBot/CLA to sign the CLA!" +}