diff --git a/.github/workflows/terraform-ci.yaml b/.github/workflows/terraform-ci.yaml index b0f9747..f4bb258 100644 --- a/.github/workflows/terraform-ci.yaml +++ b/.github/workflows/terraform-ci.yaml @@ -34,6 +34,9 @@ jobs: format: runs-on: ubuntu-22.04 name: Formate Terraform + permissions: + contents: write + pull-requests: write steps: - name: Checkout @@ -49,3 +52,9 @@ jobs: title: 🔨 Reformat Terraform Files body: Update Terraform files to canonical format using `terraform fmt` branch: refactor/terraform-fmt + # Delete PR branch if diff is resolved anyhow + delete-branch: true + labels: | + bot + kind/cleanup +