You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-24 22:06:51 +02:00
Change PullRequest Index to ForgeRemoteID / string type (#2823)
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
committed by
GitHub
parent
418acc5c98
commit
981384b79a
@ -15,6 +15,6 @@
|
||||
package model
|
||||
|
||||
type PullRequest struct {
|
||||
Index int64 `json:"index"`
|
||||
Title string `json:"title"`
|
||||
Index ForgeRemoteID `json:"index"`
|
||||
Title string `json:"title"`
|
||||
} // @name PullRequest
|
||||
|
Reference in New Issue
Block a user