Skip to content

ci: add PR dependency check workflow#32

Merged
astubbs merged 1 commit intodev/build-updatefrom
feat/pr-dependency-checks
Apr 14, 2026
Merged

ci: add PR dependency check workflow#32
astubbs merged 1 commit intodev/build-updatefrom
feat/pr-dependency-checks

Conversation

@astubbs
Copy link
Copy Markdown
Owner

@astubbs astubbs commented Apr 14, 2026

Summary

Adds a GitHub Actions workflow that enforces PR merge ordering using astubbs/dependencies-action.

  • Child PRs with depends on #N in their description are blocked until parent PR #N merges
  • When a parent PR merges, child PRs are automatically re-evaluated (no manual re-run needed)

This needs to be merged first before adding depends on references to our stacked PRs (#29, #30, future confluentinc#912 PR).

Test plan

🤖 Generated with Claude Code

Uses astubbs/dependencies-action to enforce PR merge ordering.
Child PRs with "depends on #N" in their description are blocked
until the parent PR merges, then automatically re-evaluated.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@astubbs astubbs changed the base branch from master-confluent to dev/build-update April 14, 2026 03:28
@astubbs astubbs merged commit c3fdbe9 into dev/build-update Apr 14, 2026
@astubbs astubbs deleted the feat/pr-dependency-checks branch April 14, 2026 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant