auto approve

This commit is contained in:
Jun-te Kim 2025-12-29 13:24:46 +00:00
parent c6f5176dbb
commit a9b62b5bb6
2 changed files with 4 additions and 2 deletions

View file

@ -29,7 +29,9 @@
"4ops.terraform", "4ops.terraform",
"fabiospampinato.vscode-todo-plus", "fabiospampinato.vscode-todo-plus",
"jgclark.vscode-todo-highlight", "jgclark.vscode-todo-highlight",
"corentinartaud.pdfpreview" "corentinartaud.pdfpreview",
"github.vscode-github-actions",
"genieai.chatgpt-vscode"
] ]
} }
} }

View file

@ -59,7 +59,7 @@ jobs:
- name: Terraform Plan - name: Terraform Plan
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
working-directory: ${{ env.WORKING_DIR }} working-directory: ${{ env.WORKING_DIR }}
run: terraform plan run: terraform plan -input=false
- name: Terraform Apply - name: Terraform Apply
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'