mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	Add a comment to kick PR3268 along, and for future reference
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -68,6 +68,9 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Create Pull Request |       - name: Create Pull Request | ||||||
|         uses: peter-evans/create-pull-request@v6 |         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: |         with: | ||||||
|           commit-message: "Update image tag, for release ${{ github.event.release.tag_name }}" |           commit-message: "Update image tag, for release ${{ github.event.release.tag_name }}" | ||||||
|           branch: "docs/newrelease-update-version-${{ github.event.release.tag_name }}" |           branch: "docs/newrelease-update-version-${{ github.event.release.tag_name }}" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user