Skip to content

Test 3 for TODO.

Test 3 for TODO. #4

name: TODO to GitHub Issues
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
todo-to-issue:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: TODO to Issue
uses: alstr/[email protected]
with:
LANGUAGES: |
[
{
"language": "Plain Text",
"extensions": [".txt"],
"markers": [
{
"type": "line",
"pattern": "TODO"
}
]
}
]