From fd5d8693c615a4b9cb4ba332cb72083e235ae3aa Mon Sep 17 00:00:00 2001 From: yanosea Date: Fri, 22 Mar 2024 19:04:26 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7chore:=20add=20git=20clean=20co?= =?UTF-8?q?mmand=20to=20deploy=20workflow=20and=20style=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bb017c6..00f3996 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,6 +27,7 @@ jobs: git fetch origin main git reset origin/main git restore . + git clean -df sh ${DOCKER_START_SCRIPT} - exit + exit " From 2b8c528f3d9302d43bd1c9917896cfedf4bc2299 Mon Sep 17 00:00:00 2001 From: yanosea Date: Fri, 22 Mar 2024 19:04:55 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=B7chore:=20update=20auto-approve-?= =?UTF-8?q?action=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-auto-approve.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-auto-approve.yaml b/.github/workflows/pr-auto-approve.yaml index cb80a8b..9014922 100644 --- a/.github/workflows/pr-auto-approve.yaml +++ b/.github/workflows/pr-auto-approve.yaml @@ -15,4 +15,4 @@ jobs: permissions: pull-requests: write steps: - - uses: hmarr/auto-approve-action@v3 + - uses: hmarr/auto-approve-action@v4