Remove node and python webhooks examples - #304
Merged
Merged
Conversation
Miro no longer supports webhooks; remove the remaining sample apps and the stale webhooks-manager README entry. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This pull request removes the deprecated Miro webhooks sample applications (Node and Python) and cleans up the root README so it no longer references removed webhook-related examples.
Changes:
- Removed the
examples/node-webhooksexample (all source, manifests, and project files). - Removed the
examples/python-webhooksexample (all source, manifests, and project files). - Removed the stale
webhooks-managerentry from the “Full-stack apps” table inREADME.md.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Removes the stale webhooks-manager row so the root README no longer points to deleted webhook examples. |
| examples/python-webhooks/requirements.txt | Removes Python webhook example dependencies as part of deleting the example. |
| examples/python-webhooks/README.md | Removes Python webhook example documentation as part of deleting the example. |
| examples/python-webhooks/app.py | Removes Python/Flask webhook receiver sample as part of deleting the example. |
| examples/python-webhooks/app-manifest.yaml | Removes Python webhook sample manifest as part of deleting the example. |
| examples/python-webhooks/.sample.env | Removes Python webhook sample environment template as part of deleting the example. |
| examples/python-webhooks/.gitignore | Removes Python webhook sample ignore rules as part of deleting the example. |
| examples/node-webhooks/vite.config.js | Removes Node webhook example build/dev configuration as part of deleting the example. |
| examples/node-webhooks/tsconfig.json | Removes Node webhook example TypeScript config as part of deleting the example. |
| examples/node-webhooks/src/miroMiddleware.js | Removes Node webhook example middleware as part of deleting the example. |
| examples/node-webhooks/src/app.js | Removes Node/Express webhook receiver sample as part of deleting the example. |
| examples/node-webhooks/README.md | Removes Node webhook example documentation as part of deleting the example. |
| examples/node-webhooks/package.json | Removes Node webhook example package definition as part of deleting the example. |
| examples/node-webhooks/jsconfig.json | Removes Node webhook example JS config as part of deleting the example. |
| examples/node-webhooks/app-manifest.yaml | Removes Node webhook sample manifest as part of deleting the example. |
| examples/node-webhooks/.sample.env | Removes Node webhook sample environment template as part of deleting the example. |
| examples/node-webhooks/.gitignore | Removes Node webhook sample ignore rules as part of deleting the example. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alexander-sos
approved these changes
Jul 28, 2026
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
examples/node-webhooksandexamples/python-webhooks— Miro no longer supports webhookswebhooks-managerrow from the README (directory already removed in CADE:1372 remove webhooks example #302)Test plan
Made with Cursor