Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dependency-gate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@automattic/radical-pipelines": patch
---

Before starting work on an issue, open dependencies are surfaced and the owner explicitly chooses to proceed or wait; issues without declared dependencies proceed unchanged.
2 changes: 2 additions & 0 deletions skills/radical-pipelines/reference/work-on-an-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ If the owner has named or linked the issue, use that. Otherwise, ask which issue

Use the **Issues** convention to verify the issue exists and capture its content.

If the issue declares dependencies on other issues, check them through the **Issues** convention. Surface any that are not closed and let the owner explicitly choose to proceed or wait. An issue with no declared dependencies, or whose dependencies the tracker cannot report, proceeds without comment.

### 2. Check for existing pipelines

List the issue's pipelines per `pipeline-versioning.md` ("Listing pipelines for an issue") and render the tree per `pipeline-versioning.md` ("Rendering the pipeline tree").
Expand Down