You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(compliance-audit): address reviewer comments on issue counters and output
- Add issue-counts.json to header Outputs comment (Copilot #36)
- ISSUES_EXISTING: only increment when gh issue comment succeeds, not on || true failure (Copilot #1045)
- ISSUES_REMOVED: only increment when gh issue close succeeds, not on || true failure (Copilot #1268)
- Make issue-count JSON/summary conditional on issue management running; show skip notice when DRY_RUN=true or CREATE_ISSUES=false (CodeRabbit #1608)
- Footer is now always the final element, written after the conditional Issue Management section
Co-authored-by: Don Petry <don-petry@users.noreply.github.com>
_Issue management was skipped (DRY\_RUN=$DRY_RUN, CREATE\_ISSUES=$CREATE_ISSUES)._
1621
+
HEREDOC
1622
+
fi
1623
+
1624
+
# Append footer (always last)
1625
+
cat >>"$SUMMARY_FILE"<<HEREDOC
1605
1626
1606
1627
---
1607
1628
*Generated by the [weekly compliance audit](https://github.com/$ORG/.github/blob/main/.github/workflows/compliance-audit.yml) on $(date -u "+%Y-%m-%d %H:%M UTC").*
0 commit comments