Skip to content

Commit

Permalink
chore: regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 2, 2024
1 parent ef5c7a6 commit 81959cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/plugins/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ type Trigger struct {
// SkipReportComment when enabled, skips report comments in the SCM provider based on the state of
// the LighthouseJobs.
SkipReportComment bool `json:"skip_report_comment,omitempty"`
// SkipReportRunningStatus when enabled, skips report status in the SCM provider
// based on the current and last state of the LighthouseJobs.
SkipReportRunningStatus bool `json:"skip_report_running_status,omitempty"`
}

// Milestone contains the configuration options for the milestone and
Expand Down

0 comments on commit 81959cd

Please sign in to comment.