Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to github/github-ospo#105 Only generate a release and new action container images if our semver related labels (`breaking`, `enhancement`) or the `release` label are used on a merged pull request. Changed from push (merge) on main branch to release generation happening when a pull_request is merged to main branch. This gives us access to the pull requests labels without having to make API cals. Currently we'd still need to label a pull request with `release` if it is a dependabot or manual pull request related to a CVE or security fix. - [x] manually add `vuln` and `release` labels to repository Signed-off-by: jmeridth <[email protected]>
- Loading branch information