Skip to content

Add boilerplate for commands in GitLab (and minor formatting)

Emir Muhammad requested to merge emmuhamm_summary into main

Working towards #14

This merge request adds the boiler plate ability to start doing slash commands in gitlab.

At the moment if you do /bot-help it will only print out a very simple message, but this is to be expanded into the more important 'resubmit' feature that we'd like to have.

In summary, there are times when the submission system failed to submit the merge request. It's a cute idea if we can do something liek

/resubmit

in the associated merge request and the system can start to identify any missing requests, after which the expert can then do something like /resubmit --do to do it.


Also there is some minor formatting in the table generation, where it adds commas in the number of events requested. This should help readability!

Edited by Emir Muhammad

Merge request reports