Documentation
¶
Overview ¶
Package updater handles creation and updates of GitHub PullRequests.
Index ¶
- Constants
- func EnsurePRWithLabels(org, repo, title, body, source, baseBranch, headBranch string, allowMods bool, ...) (*int, error)
- func EnsurePRWithQueryTokens(org, repo, title, body, source, baseBranch, queryTokensString string, ...) (*int, error)
- func EnsurePRWithQueryTokensAndLabels(org, repo, title, body, source, baseBranch, queryTokensString string, ...) (*int, error)
Constants ¶
View Source
const ( AllowMods = true PreventMods = false )
Indicates whether maintainers can modify a pull request in fork.
Variables ¶
This section is empty.
Functions ¶
func EnsurePRWithLabels ¶
func EnsurePRWithQueryTokens ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.