From e22720fea2d5fe5815c894929bde354d06f2bf0f Mon Sep 17 00:00:00 2001 From: mcbloch Date: Wed, 27 Mar 2024 17:23:47 +0100 Subject: [PATCH] add mattermost messages warning --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b1f800e..5da71fe 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ A python webserver that automatically hooks into a mattermost instance, listens - Creation of a gitlab pull request for any new files - Creation of new commits for any new changes to the files. Hereby updating the existing pull request or creating a new one. + +## Warning ! + +When running this in a new folder it will create a lot of mattermost messages because it will find a lot of CodiMD links that are not yet locally cached. + +Afterwards all these links are registered in a local `db.json` file so the application knows they have been handled. + ## How to run (currently) # Start local webserver