Merge branch 'dev' into snyk-upgrade-7170125e99f3edeec68e2d321843a476 #25
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| title: "SNYK: {{ snyk_pull_request_type }} for {{ package_name }}" | ||
|
Check failure on line 1 in .github/workflows/snyk_pull_request_template.yaml
|
||
| description: | | ||
| {{ #is_upgrade_pr }} | ||
| This PR has been opened by Snyk to make sure our repositories are kept up-to-date. | ||
| It updates **{{ package_name }}** from version {{ package_from }} to version {{ package_to }}. | ||
| Review relevant docs for possible breaking changes. | ||
| {{ /is_upgrade_pr }} | ||
| {{ #is_fix_pr }} | ||
| This PR applies a fix for a vulnerability in **{{ package_name }}**. | ||
| {{ /is_fix_pr }} | ||
| **Issues Fixed:** {{ issue_count }} | ||