jekyll

package
v0.0.0-...-2443087 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2022 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Overview

jekyll is the configuration of handlers and such specific to the org's requirements. This is what you should copy and customize.

Index

Constants

This section is empty.

Variables

View Source
var DefaultRepos = []Repository{
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
	JekyllRepository{/* contains filtered or unexported fields */},
}

Functions

func NewJekyllOrgHandler

func NewJekyllOrgHandler(context *ctx.Context) *hooks.GlobalHandler

Types

type GitHubRepository

type GitHubRepository struct {
	// contains filtered or unexported fields
}

func (GitHubRepository) Name

func (r GitHubRepository) Name() string

func (GitHubRepository) Owner

func (r GitHubRepository) Owner() string

Always the Jekyll org.

func (GitHubRepository) String

func (r GitHubRepository) String() string

String returns NWO.

type JekyllRepository

type JekyllRepository struct {
	// contains filtered or unexported fields
}

func (JekyllRepository) Name

func (r JekyllRepository) Name() string

func (JekyllRepository) Owner

func (r JekyllRepository) Owner() string

Always the Jekyll org.

func (JekyllRepository) String

func (r JekyllRepository) String() string

String returns NWO.

type Repository

type Repository interface {
	Owner() string
	Name() string
	String() string
}

func NewRepository

func NewRepository(owner, repo string) Repository

Directories

Path Synopsis
deprecate closes issues on deprecated repos and leaves a nice comment for the user.
deprecate closes issues on deprecated repos and leaves a nice comment for the user.
issuecomment has 2 handlers: one to unlabel stale issues, and one to remove the pending-feedback label.
issuecomment has 2 handlers: one to unlabel stale issues, and one to remove the pending-feedback label.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL