From 576093888138daa50625406c6264b64ed10e4f98 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Sat, 30 Sep 2023 14:43:51 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20GitHub=20Action=E3=81=AE=E6=94=B9?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index df135b76..7b909502 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,6 +13,7 @@ on: permissions: contents: read + pull_requests: write jobs: lint: @@ -53,3 +54,5 @@ jobs: uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 with: arguments: detektMain + - name: "reviewdog-suggester: Suggest any code changes based on diff with reviewdog" + uses: reviewdog/action-suggester@v1