Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

feat(tactic/polyrith): solve more problems by testing for membership in the radical #12479

feat(tactic/polyrith): solve more problems by testing for membership in the radical

feat(tactic/polyrith): solve more problems by testing for membership in the radical #12479

name: Cross off linked issues
on:
# the closed event type causes unchecked checkbox references to be checked / marked complete
# the reopened event type causes checked checkbox references to be unchecked / marked incomplete
issues:
types: [closed, reopened]
# the action works on pull request events as well
pull_request:
types: [closed, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Cross off any linked issue and PR references
uses: jonabc/sync-task-issues@v1