remove_github_project_blocked_by
Remove one blocked-by link between two Issue items in the same GitHub Project, requiring write access and an audit record of the result.
Instructions
Remove source's blocked-by relationship to target. Single relationship only. Both Issue items must belong to the same authorized Project. Requires an authenticated actor with project.write and item.relationship.write plus the global write gate. Re-reads both directions and persists audit, including no_change. Do not retry failures automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| number | Yes | ||
| sourceItemId | Yes | ||
| targetItemId | Yes |