From 3663b067e1e914b0d1cf14331b9d4b0d8b42a423 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 03:25:45 +0000 Subject: [PATCH 1/3] Created branch for issue #104 [skip ci] From 75d10e2528a67027ba60a8f14d43bdf0628e6d9e Mon Sep 17 00:00:00 2001 From: wsk0715 Date: Sat, 31 May 2025 12:26:55 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EC=86=8C=EC=8A=A4=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 76a3a54..cb4ecb2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -8,4 +8,4 @@ async function bootstrap() { bootstrap(); -// 코드 수정 +// 소스코드 수정 From 080b462ace2b4580281c2f8720ed55ac2bf3712d Mon Sep 17 00:00:00 2001 From: wsk0715 Date: Sat, 31 May 2025 12:27:01 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/delete-merged-branch/action.yml | 3 +++ .github/workflows/pr-merged.yml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/delete-merged-branch/action.yml b/.github/actions/delete-merged-branch/action.yml index f7e1c0e..a7b8dea 100644 --- a/.github/actions/delete-merged-branch/action.yml +++ b/.github/actions/delete-merged-branch/action.yml @@ -1,5 +1,8 @@ name: Delete merged branch +permissions: + contents: write + inputs: protected-branches: description: 'Comma separated protected branches (e.g., main,dev)' diff --git a/.github/workflows/pr-merged.yml b/.github/workflows/pr-merged.yml index eecd5ac..511a51f 100644 --- a/.github/workflows/pr-merged.yml +++ b/.github/workflows/pr-merged.yml @@ -10,8 +10,6 @@ jobs: delete-merged-branch: if: github.event.pull_request.merged == true runs-on: ubuntu-latest - permissions: - contents: write steps: - uses: actions/checkout@v4 - uses: ./.github/actions/delete-merged-branch