actions-marketplace-validations/Sync closed task references
Marks issues and PRs referenced from checkbox lists as completed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 11, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/jonabc_sync-task-issues@f034948a3ca68a57354d6b86dd5ebe6245faee6c # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token to use for authenticated GitHub API requests | no | ${{ github.token }} |
| state | (Optional) An explicit state to mark references - complete or incomplete | no | — |
Outputs
| name | description |
|---|---|
| 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 |