From a9b62b5bb61d72c8152a714b69a3722412f6d8a6 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 29 Dec 2025 13:24:46 +0000 Subject: [PATCH] auto approve --- .devcontainer/devcontainer.json | 4 +++- .github/workflows/ses-juntekim.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2352c9c..aa711ce 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,9 @@ "4ops.terraform", "fabiospampinato.vscode-todo-plus", "jgclark.vscode-todo-highlight", - "corentinartaud.pdfpreview" + "corentinartaud.pdfpreview", + "github.vscode-github-actions", + "genieai.chatgpt-vscode" ] } } diff --git a/.github/workflows/ses-juntekim.yml b/.github/workflows/ses-juntekim.yml index 95afc5a..c98b360 100644 --- a/.github/workflows/ses-juntekim.yml +++ b/.github/workflows/ses-juntekim.yml @@ -59,7 +59,7 @@ jobs: - name: Terraform Plan if: github.event_name == 'pull_request' working-directory: ${{ env.WORKING_DIR }} - run: terraform plan + run: terraform plan -input=false - name: Terraform Apply if: github.ref == 'refs/heads/main'