CAI Parent Check

Triggered when a sub-issue labeled cai:sub-issue is closed. Checks whether all sibling sub-issues of the parent are also closed and, if so, files a summary finding on the parent issue.

Graph

---
title: parent-check_graph
---
stateDiagram-v2
  FetchParentNode --> VerifyParentNode
  FetchParentNode --> [*]
  VerifyParentNode --> [*]

This site uses Just the Docs, a documentation theme for Jekyll.