Merge pull request #25 from Appsilon/feat/jupyter-installation #20
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: 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 |