Skip to content

Merge branch 'main' into jon-becker/inspect #63

Merge branch 'main' into jon-becker/inspect

Merge branch 'main' into jon-becker/inspect #63

Workflow file for this run

name: todo
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4"
with:
AUTO_ASSIGN: true
IDENTIFIERS: '[{"name": "TODO", "labels": ["T-todo"]}, {"name": "FIX", "labels": ["T-bug"]}]'
ISSUE_TEMPLATE: "## New Codebase TODO\n{{ title }}\n\n## Location\n{{ url }}\n{{ snippet }}"