class

ContributorMural::ContributorsConfig

Inherits YAML::Serializable::Strict < YAML::Serializable < Reference < Object

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

group
Source
group=(group : String | Nil)
Source
include_anonymous=(include_anonymous : Bool)
Source
include_anonymous?
Source
include_bots=(include_bots : Bool)
Source
include_bots?
Source
max=(max : Int32)
Source
repo
Source
repo=(repo : String | Nil)
Source
weight

Flattens every user this source yields onto one rung, replacing the contribution count. users: entries still win field by field, so the curated list carries the exceptions and nothing else.

Source
weight=(weight : Int32 | Nil)

Flattens every user this source yields onto one rung, replacing the contribution count. users: entries still win field by field, so the curated list carries the exceptions and nothing else.

Source