Skip to content

Commit

Permalink
Merge pull request #8 from tadeasf/fix-todo-issue-2
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeasf authored Jul 16, 2024
2 parents 1617171 + e8608a5 commit 19632d4
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/todo-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,4 @@ jobs:
MANUAL_COMMIT_REF: ${{ github.event.inputs.MANUAL_COMMIT_REF }}
MANUAL_BASE_REF: ${{ github.event.inputs.MANUAL_BASE_REF }}
with:
AUTO_ASSIGN: true
LANGUAGES: |
[
{
"language": "Go",
"extensions": [".go"],
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
}
]
AUTO_ASSIGN: true

0 comments on commit 19632d4

Please # to comment.