This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Releases: jonabc/sync-task-issues
Releases · jonabc/sync-task-issues
v1.2.0
Added outputs to make it easier to chain additional workflow steps after the action completes
- mark_references_as: Either
complete
orincomplete
, 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
- 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
First major release. Nothing changed from 0.1.4
v0.1.4
Fixes some more issues with running the action
- uses
body
rather thanbodyText
, to include markdown content - uses the correct mutation name to update the target issue
v0.1.3
Fixes an issue with the GraphQL call
v0.1.2
Fixes a bug running the action
v0.1.1
Fixed an issue with action.yml default input value
v0.1.0
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]
.