From 9900f4f989b99c3aa55272586d139b8615c995c6 Mon Sep 17 00:00:00 2001 From: tqer39 Date: Sat, 30 Mar 2024 10:30:39 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=83=91?= =?UTF-8?q?=E3=82=B9=E3=82=92=E5=A4=89=E6=9B=B4=E3=81=97=E3=81=BE=E3=81=97?= =?UTF-8?q?=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3ee046fc..084ae743 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,31 +1,27 @@ --- editorconfig: - - "**/.editorconfig" + - changed-files: ["**/.editorconfig"] document: - - "**/*.md" - - "**/*.txt" - - "**/*.rst" - - LICENSE + - changed-files: ["**/*.md", "**/*.txt", "**/*.rst", "LICENSE"] terraform: - - ".github/actions/terraform**/action.yml" - - ".github/workflows/terraform**.yml" + - changed-files: [".github/actions/terraform**/action.yml", ".github/workflows/terraform**.yml"] textlint: - - "**/.textlint*" + - changed-files: ["**/.textlint*"] yamllint: - - "**/.yamllint" + - changed-files: ["**/.yamllint"] markdownlint: - - "**/.markdownlint*.json" + - changed-files: ["**/.markdownlint*.json"] asdf: - - "**/.tool-versions" + - changed-files: ["**/.tool-versions"] actionlint: - - .github/workflows/actionlint.yml + - changed-files: ["**/.github/workflows/actionlint.yml"] CODEOWNERS: - - CODEOWNERS + - changed-files: ["**/CODEOWNERS"]