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
Purpose
- Fast, visible PR context for reviewers; zero impact on build/tests.
What changed
- New .github/workflows/pr-summary.yml; triggers: PR opened/sync/reopened/ready_for_review.
- Concurrency group + cancel-in-progress, timeout 5m.
- Step writes summary to $GITHUB_STEP_SUMMARY and comments on non-forks.
- File listing hardened: fetch base if missing; use `git diff-tree --no-commit-id --name-only -r "$head" "^origin/$base"`; count changed files; docs count filtered to ^content/.*\.md$.
Safety
- Permissions: contents:read, pull-requests:write only.
- No secrets; read-only ops; idempotent; logs show counts only.
Verification
- Ran on this PR; summary visible in Checks; comment posted on non-fork; all jobs green.
Rollback
- Remove workflow file; no state or side effects.
Follow-ups (optional)
- Add coverage/test counts to summary; make comment sticky; autolabel docs-only PRs.
0 commit comments