From 1f0caffff661e4caf12707019c2600542cce4610 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 03:40:41 +0000 Subject: [PATCH] Add min-integrity tip to status-report archetype Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- patterns/archetypes/status-report.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patterns/archetypes/status-report.json b/patterns/archetypes/status-report.json index 80ba176..9f03f57 100644 --- a/patterns/archetypes/status-report.json +++ b/patterns/archetypes/status-report.json @@ -58,7 +58,8 @@ "Keep prompts focused on one report \u2014 multi-source reports need pre-steps", "Use DO NOT constraints to prevent repository changes while generating reports", "Use skip-if-match and expires on create-issue so scheduled reports don't accumulate as duplicate open issues", - "Set close-older-issues: true on create-issue as an alternative to skip-if-match — it closes the previous report issue from the same workflow instead of preventing the new run" + "Set close-older-issues: true on create-issue as an alternative to skip-if-match — it closes the previous report issue from the same workflow instead of preventing the new run", + "Set tools.github.min-integrity: none when the report must read issues, PRs, or discussions from any author regardless of trust — the workflow only summarizes, it never acts on that content" ], "anti_patterns": [ "daily-repo-status",