Discover Packages
github.com/github/gh-combine
internal
github
package
Version:
v0.0.19
Opens a new window with list of versions in this module.
Published: Apr 17, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Label struct {
Name string `json:"name"`
}
type Pull struct {
Number int `json:"number"`
Title string `json:"title"`
Head Ref `json:"head"`
Base Ref `json:"base"`
Labels Labels `json:"labels"`
}
type Ref struct {
Ref string `json:"ref"`
SHA string `json:"sha"`
}
type Repo struct {
Owner string `json:"owner"`
Repo string `json:"repo"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.