fix: weekly refresh CI, merge conflicts, and full data sync#151
Merged
Conversation
Weekly Refresh workflow: - replace peter-evans/create-pull-request with direct commit-and-push (fixes "GitHub Actions is not permitted to create pull requests" error) - remove pull-requests:write permission (no longer needed) tutorials/README.md: - resolve 4-layer nested merge conflict markers (lines 17-58) - update Source Verification counts from stale 188 to 191 (201 unique repos) Source verification: - re-run verify_tutorial_sources.py: 191/191 verified, 201 unique repos - update README verification date to 2026-03-02 Market signals: - refresh all trending repo star counts and relative day labels - update discoverability/market-signals.json and trending-vibe-coding.md All CI checks validated locally: - docs_health: 0 broken links, 0 missing indexes - staleness_audit: 0 stale markers - release_claims_audit: 0 stale claims - format v2 index check: 130 compliant indexes - manifest, snapshot, repo status, discoverability diffs: all clean Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
peter-evans/create-pull-request(which requires "Allow GitHub Actions to create PRs" repo setting) with direct commit-and-push. Eliminates the recurring Monday CI failure.<<<<<<< HEAD/=======/>>>>>>> origin/main) and update stale Source Verification counts from 188 to 191.verify_tutorial_sources.py— 191/191 verified, 201 unique source repos.Validation (all pass locally)
docs_health.py: 0 broken links, 0 missing indexes, 0 placeholder summariesstaleness_audit.py: 0 stale markersrelease_claims_audit.py: 0 stale release claimscheck_index_format_v2.py: 130 compliant v2 indexesTest plan
workflow_dispatchwithout error🤖 Generated with Claude Code