mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-10 19:57:03 +00:00
8 lines
147 B
Go
8 lines
147 B
Go
|
|
package rp
|
||
|
|
|
||
|
|
import "github.com/apricote/releaser-pleaser/internal/git"
|
||
|
|
|
||
|
|
type PullRequest git.PullRequest
|
||
|
|
|
||
|
|
func (pr *PullRequest) GetOverrides() {}
|