zerotomvp/Handraise Gate
Block a workflow on a typed human approval delivered in Slack.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| assignee | Who approves: Slack user id, @handle, or email. | yes | — |
| title | What the approver is asked. | no | CI gate: proceed? |
| token | Handraise bearer token authorizing request creation. | no | — |
| timeout-minutes | How long the gate waits for a verdict before failing as timed_out. | no | 10 |
| summary-md | Extra markdown appended to the run metadata shown on the approval card. | no | — |
| mcp-url | Handraise MCP endpoint. Only set this if you self-host Handraise. | no | https://handraise.hack.zmvp.dev/mcp |
Outputs
| name | description |
|---|---|
| verdict | approved | rejected | timed_out | cancelled | error |
| approved | "true" if a human approved, otherwise "false". |
| comment | The approver's comment, if any. |
| request-id | The Handraise request id, useful for auditing against the ledger. |