Adjusting manual approval step.
This commit is contained in:
@@ -6,8 +6,8 @@ on:
|
|||||||
branches-ignore:
|
branches-ignore:
|
||||||
- "main"
|
- "main"
|
||||||
- "renovate/**"
|
- "renovate/**"
|
||||||
# paths:
|
paths:
|
||||||
# - "cloudflare/**"
|
- "cloudflare/**"
|
||||||
env:
|
env:
|
||||||
OPENTOFU_VERSION: "1.10.6"
|
OPENTOFU_VERSION: "1.10.6"
|
||||||
HC_VAULT_VERSION: "1.20.4"
|
HC_VAULT_VERSION: "1.20.4"
|
||||||
@@ -177,8 +177,8 @@ jobs:
|
|||||||
- name: Wait for manual approval
|
- name: Wait for manual approval
|
||||||
uses: hmarr/auto-approve-action@v2
|
uses: hmarr/auto-approve-action@v2
|
||||||
with:
|
with:
|
||||||
message: "Awaiting manual approval to apply Tofu plan"
|
|
||||||
pull-request-number: ${{ needs.check-and-create-pr.outputs.pr_number }}
|
pull-request-number: ${{ needs.check-and-create-pr.outputs.pr_number }}
|
||||||
|
review-message: "Awaiting manual approval to apply Tofu plan"
|
||||||
|
|
||||||
apply:
|
apply:
|
||||||
name: Apply Tofu Plan
|
name: Apply Tofu Plan
|
||||||
|
|||||||
Reference in New Issue
Block a user