Skip to content

notes within the code, and opens up an issue for it to be fixed #211

@liss-bot

Description

@liss-bot

notes within the code, and opens up an issue for it to be fixed

# Finds any TODO notes within the code, and opens up an issue for it to be fixed

# Finds any TODO notes within the code, and opens up an issue for it to be fixed
name: Open issue for Todos
on: ["push"]
jobs:
  build:
    runs-on: "ubuntu-latest"
    steps:
    - uses: "actions/checkout@master"
    - name: "TODO to Issue"
      uses: "alstr/todo-to-issue-action@v4.2"
      id: "todo"
      with:
        TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} 

1f16ccdb600e2e178c1b4181aa9a1cc16986c983

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions