Skip to content

Commit

Permalink
Update format job
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri committed Dec 30, 2023
1 parent 99769e8 commit 7e67382
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/terraform-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
format:
runs-on: ubuntu-22.04
name: Formate Terraform
permissions:
contents: write
pull-requests: write
steps:
-
name: Checkout
Expand All @@ -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

0 comments on commit 7e67382

Please sign in to comment.