Skip to content

Use user group content for Meetup sync - #84

Merged
HeyItsGilbert merged 3 commits into
mainfrom
fix/content-backed-meetup-groups
Aug 26, 2026
Merged

Use user group content for Meetup sync#84
HeyItsGilbert merged 3 commits into
mainfrom
fix/content-backed-meetup-groups

Conversation

@HeyItsGilbert

Copy link
Copy Markdown
Member

Summary

  • derive synced Meetup groups from Meetup links in content/user-groups/
  • retire data/meetup_groups.json and remove it from the automation PR paths
  • document the content-backed configuration

Verification

  • node --check .github/scripts/sync-meetup-events.mjs
  • node .github/scripts/sync-meetup-events.mjs --dry-run

npm run build could not run in this environment because Hugo needs the go binary to load the site module, and Go is not installed.

Copilot AI lite review requested due to automatic review settings August 26, 2026 22:48
@netlify

netlify Bot commented Aug 26, 2026

Copy link
Copy Markdown

Deploy Preview for powershellorg ready!

Name Link
🔨 Latest commit 88e789a
🔍 Latest deploy log https://app.netlify.com/projects/powershellorg/deploys/6a8f6e58174df6000836d274
😎 Deploy Preview https://deploy-preview-84--powershellorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Meetup calendar sync automation to derive the list of synced Meetup groups from Meetup links in content/user-groups/ front matter, removing the need for a separate data/meetup_groups.json configuration file.

Changes:

  • Update the sync script to scan content/user-groups/*.md front matter for Meetup URLs and extract group URL names.
  • Remove data/meetup_groups.json and stop including it in the workflow PR paths.
  • Update README documentation to reflect the new content-backed configuration.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
README.md Documents that Meetup sync configuration now comes from content/user-groups/ front matter links.
data/meetup_groups.json Removes the retired static list of Meetup groups.
.github/workflows/meetup-sync.yml Stops including the removed config file in automation PR add-paths.
.github/scripts/sync-meetup-events.mjs Derives synced Meetup groups by parsing user-group Markdown front matter links.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/scripts/sync-meetup-events.mjs Outdated
Comment thread .github/scripts/sync-meetup-events.mjs
HeyItsGilbert and others added 2 commits August 26, 2026 15:52
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@HeyItsGilbert
HeyItsGilbert merged commit b152841 into main Aug 26, 2026
4 checks passed
@HeyItsGilbert
HeyItsGilbert deleted the fix/content-backed-meetup-groups branch August 26, 2026 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants