From d08c291096b38c7e00f1620fe31d829adbb696c1 Mon Sep 17 00:00:00 2001 From: Tsuyoshi CHO Date: Mon, 21 Dec 2020 12:29:53 +0900 Subject: [PATCH 1/2] label remove(package.json use only test) --- .github/renovate.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 791ec46..537cfe1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,8 +2,5 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>tsuyoshicho/renovate-config" - ], - "labels": [ - "bump:patch" ] } From e18171575d8ea1d9fdea6f919c2aa71c2c3bfd30 Mon Sep 17 00:00:00 2001 From: Tsuyoshi CHO Date: Mon, 21 Dec 2020 12:32:48 +0900 Subject: [PATCH 2/2] remove duplicate name --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d6582ff..5868fd1 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -37,7 +37,6 @@ if [ "${INPUT_REPORTER}" = "github-pr-review" ]; then git diff >"${TMPFILE}" reviewdog \ - -name="textlint-fix" \ -f=diff \ -f.diff.strip=1 \ -name="${INPUT_TOOL_NAME}-fix" \