An open API service indexing awesome lists of open source software.

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.

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 |