add mattermost messages warning
This commit is contained in:
parent
22451000b3
commit
e22720fea2
1 changed files with 7 additions and 0 deletions
|
@ -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 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.
|
- 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)
|
## How to run (currently)
|
||||||
|
|
||||||
# Start local webserver
|
# Start local webserver
|
||||||
|
|
Loading…
Reference in a new issue