mirror of
https://github.com/documize/community.git
synced 2025-07-26 00:29:47 +02:00
Disable native GitHub commits module
This commit is contained in:
parent
b1d677778b
commit
1ea30ee8e1
4 changed files with 8 additions and 8 deletions
|
@ -11,15 +11,13 @@
|
|||
|
||||
package github
|
||||
|
||||
import (
|
||||
gogithub "github.com/google/go-github/github"
|
||||
)
|
||||
import gogithub "github.com/google/go-github/github"
|
||||
|
||||
const (
|
||||
tagSummaryData = "summaryData"
|
||||
)
|
||||
|
||||
// sort branches in order that that should be presented.
|
||||
// sort branches in order that they should be presented.
|
||||
|
||||
type branchesToSort []githubBranch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue