feat: open pr

This commit is contained in:
Julian Tölle 2024-08-03 03:00:36 +02:00
parent 3c5c66d029
commit e0b1e2221d
3 changed files with 40 additions and 2 deletions

View file

@ -13,6 +13,8 @@ type ReleasePullRequest struct {
Title string
Description string
Labels []string
Head string
}
type ReleaseOverrides struct {