1
0
Fork 0
forked from forgejo/forgejo

[F3] add GetLocalMatchingRemote with a default implementation

(cherry picked from commit 0a22015039)
(cherry picked from commit f1310c38fb)
This commit is contained in:
Earl Warren 2023-06-29 18:54:40 +02:00
parent d492ddd9bb
commit deb68552f2
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
15 changed files with 80 additions and 30 deletions

View file

@ -210,8 +210,7 @@ func (o *PullRequest) FromFormat(pullRequest *format.PullRequest) {
}
type PullRequestProvider struct {
g *Forgejo
project *ProjectProvider
BaseProviderWithProjectProvider
prHeadCache f3_forgejo.PrHeadCache
}