gitlab-merge-request-resource
gitlab-merge-request-resource copied to clipboard
Saves additional metadata in files in the .git directory
Restricts MR's to those that are not WIP.
- Additional files are:
- branch <- the name of the branch that the MR has come from
- project_id <- the uri of the repo
- commit_sha <- the sha of the commit
This is useful information for tools like SonarQube, and in addition keeps the metadata of the MR check, in, and out consistent with reality.