Versions in this module Expand all Collapse all v0 v0.1.6 Feb 16, 2021 Changes in this version + type Approve struct + IgnoreReviewState *bool + IssueRequired *bool + LgtmActsAsApprove *bool + RequireSelfApproval *bool + type Attachment struct + Name string + URLs []string + type BranchProtectionContextPolicy struct + Contexts *ReplaceableSliceOfStrings + Strict *bool + type ConfigMapSpec struct + AdditionalNamespaces []string + Key string + Name string + Namespace string + Namespaces []string + type ConfigUpdater struct + ConfigFile string + ConfigMap ConfigMapSpec + Map map[string]ConfigMapSpec + PluginFile string + type ContextPolicy struct + FromBranchProtection *bool + OptionalContexts *ReplaceableSliceOfStrings + RequiredContexts *ReplaceableSliceOfStrings + RequiredIfPresentContexts *ReplaceableSliceOfStrings + SkipUnknownContexts *bool + type ExternalPlugin struct + Endpoint *string + Events *ReplaceableSliceOfStrings + Name *string + type GlobalProtectionPolicy struct + ProtectTested *bool + type Lgtm struct + ReviewActsAsLgtm *bool + StickyLgtmTeam *string + StoreTreeHash *bool + type Merger struct + BlockerLabel *string + ContextPolicy *ContextPolicy + MaxGoroutines *int + MergeType *string + PRStatusBaseURL *string + SquashLabel *string + StatusUpdatePeriod *time.Duration + SyncPeriod *time.Duration + TargetURL *string + type Periodics struct + Items []*job.Periodic + Replace bool + type Postsubmits struct + Items []*job.Postsubmit + Replace bool + type Presubmits struct + Items []*job.Presubmit + Replace bool + type ProtectionPolicies struct + Items map[string]*ProtectionPolicy + Replace bool + type ProtectionPolicy struct + Admins *bool + Protect *bool + RequiredPullRequestReviews *ReviewPolicy + RequiredStatusChecks *BranchProtectionContextPolicy + Restrictions *Restrictions + type PullRequestMergeType string + const MergeMerge + const MergeRebase + const MergeSquash + type Query struct + ExcludedBranches *ReplaceableSliceOfStrings + IncludedBranches *ReplaceableSliceOfStrings + Labels *ReplaceableSliceOfStrings + Milestone *string + MissingLabels *ReplaceableSliceOfStrings + ReviewApprovedRequired *bool + type ReplaceableMapOfStringContextPolicy struct + Items map[string]*ContextPolicy + Replace bool + type ReplaceableSliceOfExternalPlugins struct + Items []*ExternalPlugin + Replace bool + type ReplaceableSliceOfStrings struct + Items []string + Replace bool + type RepoContextPolicy struct + Branches *ReplaceableMapOfStringContextPolicy + type Restrictions struct + Teams *ReplaceableSliceOfStrings + Users *ReplaceableSliceOfStrings + type ReviewPolicy struct + Approvals *int + DismissStale *bool + DismissalRestrictions *Restrictions + RequireOwners *bool + type Scheduler struct + Spec SchedulerSpec + type SchedulerAgent struct + Agent *string + type SchedulerList struct + Items []Scheduler + type SchedulerSpec struct + Approve *Approve + Attachments []*Attachment + ConfigUpdater *ConfigUpdater + ContextOptions *RepoContextPolicy + ExternalPlugins *ReplaceableSliceOfExternalPlugins + InRepo bool + LGTM *Lgtm + MergeMethod *string + Merger *Merger + Periodics *Periodics + Plugins *ReplaceableSliceOfStrings + Policy *GlobalProtectionPolicy + Postsubmits *Postsubmits + Presubmits *Presubmits + ProtectionPolicy *ProtectionPolicies + Queries []*Query + SchedulerAgent *SchedulerAgent + Trigger *Trigger + Welcome []*Welcome + type Trigger struct + ElideSkippedContexts *bool + IgnoreOkToTest *bool + JoinOrgURL *string + OnlyOrgMembers *bool + TrustedOrg *string + type Welcome struct + MessageTemplate *string