You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Sync closed task references
v1.0.0
This GH Action finds checkbox list item cross-references to an issue or pull request from an event and marks the references as complete.
This action uses the GitHub GraphQL API to find references, and updates each reference's body. The action specifically looks for checkbox list items that are unchecked - [ ] <any text>(url | #number)<any text>
and marks them complete -> - [x]
.