Use user group content for Meetup sync - #84
Merged
Conversation
✅ Deploy Preview for powershellorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
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/*.mdfront matter for Meetup URLs and extract group URL names. - Remove
data/meetup_groups.jsonand 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.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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
content/user-groups/data/meetup_groups.jsonand remove it from the automation PR pathsVerification
node --check .github/scripts/sync-meetup-events.mjsnode .github/scripts/sync-meetup-events.mjs --dry-runnpm run buildcould not run in this environment because Hugo needs thegobinary to load the site module, and Go is not installed.