Skip to content

Merge pull request #25 from Appsilon/feat/jupyter-installation #20

Merge pull request #25 from Appsilon/feat/jupyter-installation

Merge pull request #25 from Appsilon/feat/jupyter-installation #20

Workflow file for this run

---
name: TODO to GitHub Issue
'on':
push:
branches:
- main
jobs:
todo:
name: TODO to GitHub Issue
runs-on: ubuntu-latest
steps:
- name: Check out the codebase
uses: actions/checkout@v4
- name: Raise GitHub issues for TODOs found
uses: alstr/[email protected]
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUTO_ASSIGN: true