From 075f1216b84ad060abc8ae25013e4e5c0b1820fb Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 11 Mar 2022 19:54:39 +0100 Subject: [PATCH] CI: Add initial .clabot config file Testing a new bot to replace the existing CLA Assistant. --- .clabot | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .clabot diff --git a/.clabot b/.clabot new file mode 100644 index 000000000..f31c8eb78 --- /dev/null +++ b/.clabot @@ -0,0 +1,5 @@ +{ + "contributors": "https://api.github.com/repos/photoprism/photoprism/contributors", + "message": "Thank you very much for your contribution! As with many open-source projects, we ask that you sign our contributor license agreement so your pull request can be safely merged.", + "label": "cla-signed" +} \ No newline at end of file