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

Choose a tag to compare

@jonabc jonabc released this 03 Oct 17:02

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

Choose a tag to compare

@jonabc jonabc released this 02 May 19:38
  • 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

Choose a tag to compare

@jonabc jonabc released this 26 Apr 15:22

First major release. Nothing changed from 0.1.4

v0.1.4

Choose a tag to compare

@jonabc jonabc released this 21 Apr 23:25

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

Choose a tag to compare

@jonabc jonabc released this 21 Apr 21:29
2c4619d

Fixes an issue with the GraphQL call

v0.1.2

Choose a tag to compare

@jonabc jonabc released this 21 Apr 21:21
93e2130

Fixes a bug running the action

v0.1.1

Choose a tag to compare

@jonabc jonabc released this 21 Apr 18:51
123cff7

Fixed an issue with action.yml default input value

v0.1.0

Choose a tag to compare

@jonabc jonabc released this 16 Apr 16:32
1ff1ab4

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