Documentation
¶
Index ¶
- Variables
- func Authorize(user, pass, url string) (string, error)
- func BranchNameFromIssue(issue int, name string) string
- func GetDefaultBranch(url string) (string, error)
- func SetAssignee(assignee, url, token string, number int, info *githandler.RemoteInfo) error
- type Assignee
- type Auth
- type Issues
- type Label
- type Repo
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //AuthURL ... AuthURL = "https://api.github.com/authorizations" //RepoURL ... RepoURL = "https://api.github.com/repos/" )
View Source
var ( //LabelActionAwating ... LabelActionAwating = "Action - awaiting feed-back" //LabelActionGroomig ... LabelActionGroomig = "Action - needs grooming" //LabelPrioOne ... LabelPrioOne = "Prio 1 - must have" //LabelPrioTwo ... LabelPrioTwo = "Prio 2 - should have" //LabelPrioThree ... LabelPrioThree = "Prio 3 - could have" //LabelPrioFour ... LabelPrioFour = "Prio 4 - won't have" //LabelSizeSmall ... LabelSizeSmall = "Size 1 - small" //LabelSizeMedium ... LabelSizeMedium = "Size 2 - medium" //LabelSizeLarge ... LabelSizeLarge = "Size 3 - large" //LabelSizeTooBig ... LabelSizeTooBig = "Size 4 - too big" //LabelStatusDublicate ... LabelStatusDublicate = "Status - duplicate" //LabelStatusWorkable ... LabelStatusWorkable = "Status - workable" //LabelStatusInProgress ... LabelStatusInProgress = "Status - in progress" //LabelStatusUpNext ... LabelStatusUpNext = "Status - up next" )
Functions ¶
func BranchNameFromIssue ¶
BranchNameFromIssue ...
func SetAssignee ¶
func SetAssignee(assignee, url, token string, number int, info *githandler.RemoteInfo) error
SetAssignee ... Sets you as an assignee
Types ¶
Click to show internal directories.
Click to hide internal directories.