I recently deployed RasaX to test out our model in production and enabled the integration with my git repository on GitLab. However, every time I commit the changes from the RasaX frontend UI, it removes all the comments that have been added to all the YAML files used for documentation before training the model.
Is there any way to disable RasaX from removing the comments when I commit changes directly from RasaX?
@snpranav can you confirm, when you comments in your code and push too GitHub/ Gitlab, is Rasa X able to see it? Means pushing the running code from your local machine to Github ?
@nik202 I didn’t completely understand your question. When I push my code with comments to GitLab and import it into rasa it works fine. It’s just that when I make a change on rasax while testing and commit it to GitLab it removes all the comments from previous commits.