Skip to content

Commit

Permalink
Updated text file read me.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrancemacgregor committed Jan 19, 2025
1 parent f90232a commit 11bf589
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/todo-issue-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ jobs:

- name: TODO to Issue
uses: alstr/[email protected]
with:
LANGUAGES: |
[
{
"language": "Plain Text",
"extensions": [".txt"],
"markers": [
{
"type": "line",
"pattern": "TODO"
}
]
}
]

0 comments on commit 11bf589

Please sign in to comment.