Skip to content

Commit

Permalink
[iree auto bump workflow] Put the bumped-to version in pr title (#996)
Browse files Browse the repository at this point in the history
Address Scott's comment in #973
  • Loading branch information
renxida authored Feb 24, 2025
1 parent 1fbac63 commit edf4756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_iree_requirement_pins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
branch: ${{ env.GIT_BRANCH_NAME }}
author: shark-pr-automator[bot] <41898282+github-actions[bot]@users.noreply.github.com>
signoff: true
title: "Bump IREE requirement pins to their latest versions."
title: "Bump IREE requirement pins to ${{ env.LATEST_IREE_BASE_COMPILER_VERSION }}"
body: |
Diff: https://github.com/iree-org/iree/compare/iree-${{ env.CURRENT_IREE_BASE_COMPILER_VERSION }}...iree-${{ env.LATEST_IREE_BASE_COMPILER_VERSION }}
Expand Down

0 comments on commit edf4756

Please sign in to comment.