https://github.com/modelcontextprotocol/actions
GitHub Actions relevant to the management of MCP repositories.
https://github.com/modelcontextprotocol/actions
Last synced: 3 months ago
JSON representation
GitHub Actions relevant to the management of MCP repositories.
- Host: GitHub
- URL: https://github.com/modelcontextprotocol/actions
- Owner: modelcontextprotocol
- License: mit
- Created: 2026-03-10T16:25:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-10T16:49:14.000Z (3 months ago)
- Last Synced: 2026-03-10T22:36:35.688Z (3 months ago)
- Homepage: https://modelcontextprotocol.io
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# actions
GitHub Actions relevant to the management of MCP repositories.
## Actions
| Action | Description |
|---|---|
| [`cloudflare-pages-preview/deploy`](cloudflare-pages-preview/README.md) | Deploy a static HTML directory to Cloudflare Pages under a per-PR branch alias, inject noindex headers, and post a sticky PR comment with preview URLs |
| [`cloudflare-pages-preview/cleanup`](cloudflare-pages-preview/README.md) | Delete Cloudflare Pages deployments for a closed PR's branch alias and update the sticky comment |
| [`hugo-build`](hugo-build/README.md) | Install Go + Hugo extended and build a Hugo site (preview or production mode) |
| [`slash-commands`](slash-commands/README.md) | Handle `/lgtm`, `/hold`, and `/stageblog` PR slash commands gated by team membership + CODEOWNERS; invalidate approval on push |
| [`slash-commands/status`](slash-commands/README.md#slash-commandsstatus-sub-action) | Set a pending/success/failure commit status based on approval/hold labels — yellow pending check until `/lgtm`, not red |