Skip to content

Create todo.yml

Create todo.yml #1

Workflow file for this run

name: "Run TODO to Issue"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TODO to Issue
uses: alstr/todo-to-issue-action@v5