mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Add a comment to kick PR3268 along, and for future reference
This commit is contained in:
parent
5bfcb80c98
commit
5b7f5738e3
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user