Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Sync closed task references

v0.1.4

Sync closed task references

play

Sync closed task references

Marks issues and PRs referenced from checkbox lists as completed

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Sync closed task references

uses: jonabc/[email protected]

Learn more about this action in jonabc/sync-task-issues

Choose a version

javscript-action status

Mark references to issues and PRs as complete

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].