You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	chore(ci): auto-commit go mod tidy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
		
							
								
								
									
										16
									
								
								.github/workflows/gosum.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/gosum.yml
									
									
									
									
										vendored
									
									
								
							| @@ -26,15 +26,9 @@ jobs: | ||||
|         run: | | ||||
|           rm -f go.sum | ||||
|           go mod tidy | ||||
|       - | ||||
|         name: Create Pull Request | ||||
|         uses: peter-evans/create-pull-request@v2 | ||||
|       - uses: stefanzweifel/git-auto-commit-action@v2 | ||||
|         env: | ||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|         with: | ||||
|           token: ${{ secrets.GITHUB_TOKEN }} | ||||
|           commit-message: "chore(deps): go mod tidy" | ||||
|           title: "chore(deps): go mod tidy" | ||||
|           body: | | ||||
|             Current `go.mod` and `go.sum` don't match the source code. | ||||
|           branch: go-mod-tidy | ||||
|           branch-suffix: timestamp | ||||
|           labels: automerge | ||||
|           commit_message: "chore(deps): go mod tidy" | ||||
|           branch: master | ||||
|   | ||||
		Reference in New Issue
	
	Block a user