Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubIssue ¶
type GithubIssue struct {
Repo string // "golang/go"
Number string // "123"
GithubUser string
GithubToken string
}
GithubIssue represents a GitHub issue
func (*GithubIssue) IsStale ¶
func (id *GithubIssue) IsStale() (bool, error)
IsStale checks if the GitHub issue is closed or doesn't exist
type GithubPull ¶
type GithubPull struct {
Repo string // "golang/go"
Number string // "123"
GithubUser string
GithubToken string
}
GithubPull represents a GitHub pull request
func (*GithubPull) IsStale ¶
func (id *GithubPull) IsStale() (bool, error)
IsStale checks if the GitHub pull request is closed or doesn't exist
Click to show internal directories.
Click to hide internal directories.