Skip to content

ci: Fix pipeline after refactor #47

ci: Fix pipeline after refactor

ci: Fix pipeline after refactor #47

Workflow file for this run

name: "Create issues from todo"
on:
push:
branches:
- dev
jobs:
create-todoes:
name: Create todoes
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"