RemcoHalman / PythonTodoAction

Python action to scan all files and create issues/todo items from the project. Code will scan for TODO and FIXME

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Action to scan all files and create issues and todo's

Code will scan for TODO and FIXME.

  • TODO will create a issue with the label todo
  • FIXME will create a issue with the label bug and help wanted

Usage:

jobs:
  welcome:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: RemcoHalman/PythonTodoAction@main
        with: 
          token: ${{secrets.GITHUB_TOKEN}}
          assignees: ${{github.actor}}

TODO

  • exclude path
  • exclude file

About

Python action to scan all files and create issues/todo items from the project. Code will scan for TODO and FIXME


Languages

Language:Python 83.0%Language:Dockerfile 17.0%