Skip to content

add todo check

add todo check #1

Workflow file for this run

name: Create Issue from TODO
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
create_issue:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2 # Ensure at least the last two commits are available for diff generation
- name: Run TODO to Issue Action
uses: alstr/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
CLOSE_ISSUES: false