Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Releases: jonabc/sync-task-issues

v1.2.0

03 Oct 17:02

Choose a tag to compare

Added outputs to make it easier to chain additional workflow steps after the action completes

  • mark_references_as: Either complete or incomplete, showing how references were marked by the action
  • references: The list of objects obtained from the GitHub API that referenced the current issue or PR
  • updated: A list of ${type}:${id} strings that identify which objects from "references" were updated

v1.1.0

02 May 19:38

Choose a tag to compare

  • Fixes a bug when updating a reference in a PR body
  • Updates the action to mark references incomplete when they are reopened

v1.0.0

26 Apr 15:22

Choose a tag to compare

First major release. Nothing changed from 0.1.4

v0.1.4

21 Apr 23:25

Choose a tag to compare

Fixes some more issues with running the action

  • uses body rather than bodyText, to include markdown content
  • uses the correct mutation name to update the target issue

v0.1.3

21 Apr 21:29
2c4619d

Choose a tag to compare

Fixes an issue with the GraphQL call

v0.1.2

21 Apr 21:21
93e2130

Choose a tag to compare

Fixes a bug running the action

v0.1.1

21 Apr 18:51
123cff7

Choose a tag to compare

Fixed an issue with action.yml default input value

v0.1.0

16 Apr 16:32
1ff1ab4

Choose a tag to compare

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