Skip to content

chore: Refactor to fit new structure #41

chore: Refactor to fit new structure

chore: Refactor to fit new structure #41

Workflow file for this run

name: "Create issues from todo"
on:
push:
branches:
- dev
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4"
id: "todo"
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMENT_MARKER: "//"
LABEL: "// TODO"