Skip to content

Commit bae951a

Browse files
authored
Rename post-release updates PR (#14469)
1 parent c0e4684 commit bae951a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
echo "version=$VERSION" >> $GITHUB_OUTPUT
190190
echo "prior-version=$PRIOR_VERSION" >> $GITHUB_OUTPUT
191191
192-
update-apidiff-baseline-to-released-version:
192+
post-release-updates:
193193
permissions:
194194
contents: write # for git push to PR branch
195195
runs-on: ubuntu-latest
@@ -256,8 +256,8 @@ jobs:
256256
# not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
257257
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
258258
run: |
259-
message="Update apidiff baseline to released version $VERSION"
260-
body="Update apidiff baseline to released version \`$VERSION\`."
259+
message="Post-release updates for $VERSION"
260+
body="Post-release updates for `$VERSION`."
261261
branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}"
262262
263263
git checkout -b $branch

0 commit comments

Comments
 (0)