[Merged by Bors] - feat: the homological functor on the homotopy category of cochain complexes in an abelian category #5900
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |