Create Package Pipeline Check
History --- We're trying to create an additional pipeline validation check that ensures that merge requests are correctly filled out before they can technically be merged in; the primary intent of this is really so we don't accidentally miss any future Upgrade Notices
Create a stage in the package Pipeline that ensures all necessary fields are populated within the MR before being allowed to be merged in.
The scripts for the pipelines can be found here, we'll need to create a new 'check script'
In order to test pipeline work, specifically for packages you can use the package-validation repo the readme can be somewhat confusing but the idea is basically create a new branch in package-validation, clone the package of your choice into your branch in the repo package pipeline validation create a .gitlab-ci.yml in your branch in package pipeline validation and put in some pointers to your branch that has the changes to the bigbang-package.yaml you're trying to test
https://repo1.dso.mil/big-bang/pipeline-templates/package-validation