Is your feature request related to a problem? Please describe.
In the README, we say we are planning to add automation scripts for creating merge requests on GitLab. This does not exist yet.
Describe the solution you'd like
A script that automatically detects a push to a new branch of the format commission-branch- and creates an MR on the behalf of the user who pushed.
Describe alternatives you've considered
N/A
Additional context
The existing ADO pipeline YAML would be a good reference. One could simply translate it to the GitHub workflow syntax
Is your feature request related to a problem? Please describe.
In the README, we say we are planning to add automation scripts for creating merge requests on GitLab. This does not exist yet.
Describe the solution you'd like
A script that automatically detects a push to a new branch of the format commission-branch- and creates an MR on the behalf of the user who pushed.
Describe alternatives you've considered
N/A
Additional context
The existing ADO pipeline YAML would be a good reference. One could simply translate it to the GitHub workflow syntax