add any new apidiff files to the resulting PR

This commit is contained in:
John Watson 2024-05-10 14:58:47 -07:00 committed by GitHub
parent 8d85b580b2
commit 672d154d04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ jobs:
branch="opentelemetrybot/post-release-for-${PRIOR_VERSION}"
git checkout -b $branch
git add docs/apidiffs
git commit -a -m "$message"
git push --set-upstream origin $branch
gh pr create --title "$message" \