add_github_project_blocked_by
Create a blocked-by link between two GitHub Project items, making the target block the source. Requires both items in the same project and write access.
Instructions
Make source blocked by target: target blocks source. 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 |