Implementation of a gitea action to create a pull request

This commit is contained in:
2024-03-08 00:37:15 +01:00
parent 5c5d1fcf5b
commit 8f676ccb15
5 changed files with 253 additions and 15 deletions

1
go.mod
View File

@@ -7,6 +7,7 @@ require (
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/sethvargo/go-githubactions v1.2.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)