Add daily traffic collection with weekly review cadence - #538
Merged
Alejandro Lopez (soyalejolopez) merged 5 commits intoSep 14, 2026
Conversation
Preserve healthy GitHub and Clarity outputs independently, report unavailable sources, and make stranded catalog updates fail visibly. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Resolve workflow and generated stats conflicts while preserving pinned actions and independent source publishing behavior. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Persist daily collection on a durable staging branch, publish a single weekly review branch, and reconcile stats across squash-merge cycles. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Alejandro Lopez (soyalejolopez)
merged commit Sep 14, 2026
50e7ecb
into
microsoft:master
5 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Category
Related Issues
Related to #482. Follow-up to #529.
What's in this Pull Request?
Requested cadence
Keep collecting daily without requiring daily PR merges. Prepare one weekly stats update on Friday at 08:00 America/Chicago, with daylight saving time handled by the schedule timezone. GitHub scheduled runs can be delayed.
Changes
Permissions and rollout
No GitHub App, secret, repository permission, or branch-protection change is included. An approved AUTOMATION_PAT can create the weekly PR; without it the Friday run provides a manual compare link because current organization policy blocks built-in-token PR creation. Daily staging persists independently of that manual step.
After merging, manually run daily collection once to initialize the staging branch, or allow the next daily run to do so. Friday publishing requires that staged data. These changes do not repair an invalid TRAFFIC_TOKEN or CLARITY_API_TOKEN.
Validation