Merge branch 'master' into copilot/improve-vendor-ci-cd-messaging

This commit is contained in:
David Refoua
2025-12-15 04:29:44 +03:30
committed by GitHub
3 changed files with 10 additions and 11 deletions

View File

@@ -215,7 +215,7 @@ jobs:
echo "AUTO_MERGED=false" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
}
- uses: peter-evans/create-pull-request@v7
- uses: peter-evans/create-pull-request@v8
if: env.COUNT_UPDATED > 0 && (env.HAS_BREAKING_CHANGES == 'True' || env.AUTO_MERGED == 'false')
with:
title: ${{ env.COUNT_UPDATED == '1' && format('⬆️ Update {0}', env.LIST_UPDATED) || format('⬆️ Update {0} vendored dependencies', env.COUNT_UPDATED) }}