@xn-intenton-z2a/agentic-lib 7.4.48 → 7.4.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -152,16 +152,16 @@ on:
|
|
|
152
152
|
type: boolean
|
|
153
153
|
required: false
|
|
154
154
|
default: false
|
|
155
|
-
|
|
156
|
-
description: "
|
|
157
|
-
type:
|
|
155
|
+
skipMaintain:
|
|
156
|
+
description: "Skip maintain job in workflow runs"
|
|
157
|
+
type: boolean
|
|
158
158
|
required: false
|
|
159
|
-
default:
|
|
160
|
-
|
|
161
|
-
description: "
|
|
162
|
-
type:
|
|
159
|
+
default: false
|
|
160
|
+
create-seed-issues:
|
|
161
|
+
description: "Create initial seed issues after purge"
|
|
162
|
+
type: boolean
|
|
163
163
|
required: false
|
|
164
|
-
default:
|
|
164
|
+
default: false
|
|
165
165
|
generate-report:
|
|
166
166
|
description: "Generate enriched benchmark report after flow"
|
|
167
167
|
type: boolean
|
package/package.json
CHANGED