Derek Roberts
Derek Roberts
We've switched from branch protection rules to rulesets, which are much more capable. Update the docs to reflect this.
Looks like MacOS hates ${CAPS^}, so we'll need an alternative. (Also, fix the script name in the usage example.) https://github.com/bcgov/quickstart-openshift-helpers/blob/main/cert-setup/csr_generator.sh#L30
https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/
Should probably go into the .pr-validate.yml shared job.
Found in scheduled job. ``` Deprecation notice: v1, v2, and v3 of the artifact actions The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation:...
Most of our supporting actions don't work with private repositories. This can hopefully be handled by using a github token for clones and other features that could be impacted by...
Right now only spaces are allowed as separators. Change this to allow commas or semicolons as well.