Skip to content

Commit

Permalink
Merge pull request #7 from tadeasf/fix-todo-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeasf authored Jul 16, 2024
2 parents f1ce344 + 6c3bdc9 commit bec78bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/todo-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
MANUAL_BASE_REF: ${{ github.event.inputs.MANUAL_BASE_REF }}
with:
AUTO_ASSIGN: true
LANGUAGES: >
LANGUAGES: |
[
{
"language": "Go",
Expand All @@ -37,8 +37,8 @@ jobs:
{
"type": "block",
"pattern": {
"start": "/\\\\*",
"end": "\\\\*/"
"start": "/\\*",
"end": "\\*/"
}
}
]
Expand Down

0 comments on commit bec78bc

Please # to comment.