auto approve
This commit is contained in:
parent
c6f5176dbb
commit
a9b62b5bb6
2 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
.github/workflows/ses-juntekim.yml
vendored
2
.github/workflows/ses-juntekim.yml
vendored
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue