This commit is contained in:
Julian Tölle 2024-08-31 10:20:16 +02:00
parent 8b3bd3ca27
commit 901b5977e6
5 changed files with 32 additions and 24 deletions

7
pr.go Normal file
View file

@ -0,0 +1,7 @@
package rp
import "github.com/apricote/releaser-pleaser/internal/git"
type PullRequest git.PullRequest
func (pr *PullRequest) GetOverrides() {}