From 11bf589745eaff0e273c87bc7baf049c01b202e9 Mon Sep 17 00:00:00 2001 From: terrancemacgregor Date: Sun, 19 Jan 2025 10:40:59 -0500 Subject: [PATCH] Updated text file read me. --- .github/workflows/todo-issue-generator.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/todo-issue-generator.yml b/.github/workflows/todo-issue-generator.yml index 3a30fed..a98eb9b 100644 --- a/.github/workflows/todo-issue-generator.yml +++ b/.github/workflows/todo-issue-generator.yml @@ -14,3 +14,17 @@ jobs: - name: TODO to Issue uses: alstr/todo-to-issue-action@v5.1.10 + with: + LANGUAGES: | + [ + { + "language": "Plain Text", + "extensions": [".txt"], + "markers": [ + { + "type": "line", + "pattern": "TODO" + } + ] + } + ]