diff --git a/.github/workflows/todo-to-issue.yml b/.github/workflows/todo-to-issue.yml index 119bc37..474feee 100644 --- a/.github/workflows/todo-to-issue.yml +++ b/.github/workflows/todo-to-issue.yml @@ -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": "\\*/" - } - } - ] - } - ] \ No newline at end of file + AUTO_ASSIGN: true \ No newline at end of file