Skip to content

shipper block

Usage: shipper block [options] <blockers…>

Record that an issue is blocked by other issues/PRs

ArgumentRequiredDescriptionChoices
yestarget issue number-
<blockers…>yesone or more blocker issue/PR numbers-
LongShortValueDefaultDescriptionChoices
—reason--optional free-text reason-

Record that issue 42 is blocked by #17.

Terminal window
shipper block 42 17

Record multiple blockers with an explanatory reason.

Terminal window
shipper block 42 "#17" "#29" --reason "Waiting for both dependencies."
CodeWhen
0The blocked label and additive blocked comment are recorded.
1Validation, issue lookup, blocker lookup, label mutation, or comment creation fails.
  • At least one blocker issue or pull request number is required.
  • Blocker references must be same-repository issue or pull request numbers.
  • The target cannot block itself, and each blocker must exist and still be open.