Skip to content

Commit

Permalink
Add a comment to kick PR3259 along, and for future reference
Browse files Browse the repository at this point in the history
  • Loading branch information
boc-the-git authored Mar 7, 2024
1 parent 21915d3 commit 733ad90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
# This doesn't currently work for us because it creates the PR but the workflows don't run.
# TODO: Provide a personal access token as a parameter here, that solves that problem.
# https://github.com/peter-evans/create-pull-request
with:
commit-message: "Update image tag, for release ${{ github.event.release.tag_name }}"
branch: "docs/newrelease-update-version-${{ github.event.release.tag_name }}"
Expand Down

0 comments on commit 733ad90

Please sign in to comment.