From 81959cd2eeaddf8d9c185dc0b05269df3dc116f1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 2 Jul 2024 23:14:15 +0000 Subject: [PATCH] chore: regenerated --- pkg/plugins/config.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/plugins/config.go b/pkg/plugins/config.go index aabb073..411c632 100644 --- a/pkg/plugins/config.go +++ b/pkg/plugins/config.go @@ -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