Adjusting manual approval step.

This commit is contained in:
2025-11-02 16:28:06 -05:00
parent 4e65c97c5b
commit 3a885a934d
+3 -3
View File
@@ -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