From e8608a59e20f2375815f79c7d4171b56200147b6 Mon Sep 17 00:00:00 2001 From: tadeas Date: Tue, 16 Jul 2024 05:36:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(todo-to-issue.yml):=20remove=20?= =?UTF-8?q?language-specific=20configuration=20for=20Go=20The=20language-s?= =?UTF-8?q?pecific=20configuration=20for=20Go=20is=20removed=20to=20simpli?= =?UTF-8?q?fy=20the=20workflow=20configuration.=20This=20change=20reduces?= =?UTF-8?q?=20complexity=20and=20potential=20maintenance=20overhead=20by?= =?UTF-8?q?=20eliminating=20unnecessary=20language-specific=20settings.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/todo-to-issue.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) 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