Skip to content

fix: sync-contributors file path mismatch#2389

Open
waygeance wants to merge 1 commit intojson-schema-org:mainfrom
waygeance:fix-sync-contributors
Open

fix: sync-contributors file path mismatch#2389
waygeance wants to merge 1 commit intojson-schema-org:mainfrom
waygeance:fix-sync-contributors

Conversation

@waygeance
Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Bugfix

Issue Number:

Screenshots/videos:

N/A

If relevant, did you update the documentation?

N/A

Summary

This PR fixes a critical bug in the sync-contributors.yml GitHub Actions workflow that has been silently failing for 14+ months. The workflow was fetching contributor data correctly but writing it to data/roadmap.json instead of data/community-users.json, then attempting to commit the unchanged community-users.json file. This mismatch resulted in no actual updates being made to the contributor list.

The fix involves:

  1. Updating line 46 to write to the correct file path (data/community-users.json)
  2. Fixing a typo in the commit message

This restores the weekly contributor sync functionality that should have been running since October 2024.

Does this PR introduce a breaking change?

No

Checklist

Please ensure the following tasks are completed before submitting this pull request.

@waygeance waygeance requested a review from a team as a code owner April 16, 2026 07:34
@github-project-automation github-project-automation Bot moved this to Ready to review in PR - Triage Group Apr 16, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 16, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 5de5f24

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (07eca45) to head (5de5f24).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2389   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines          672       672           
  Branches       211       211           
=========================================
  Hits           672       672           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@waygeance
Copy link
Copy Markdown
Contributor Author

Hi @vtushar06, Please review this when you get time ☺️

@waygeance
Copy link
Copy Markdown
Contributor Author

Hi @vtushar06 any updates on this ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Ready to review

Development

Successfully merging this pull request may close these issues.

🐛 Bug: Sync-contributors.yml workflow writes to wrong file causing silent failure

1 participant