Skip to content

Commit

Permalink
add any new apidiff files to the resulting PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwatson committed May 10, 2024
1 parent 8d85b58 commit 672d154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-post-release-pr.yml
Expand Up @@ -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" \
Expand Down

0 comments on commit 672d154

Please sign in to comment.