Skip to content

fix(deps): update hashicorp/terraform docker tag to v1.9 - autoclosed #53

fix(deps): update hashicorp/terraform docker tag to v1.9 - autoclosed

fix(deps): update hashicorp/terraform docker tag to v1.9 - autoclosed #53

Workflow file for this run

name: Validate PR
on:
pull_request:
branches: [main]
permissions:
pull-requests: read
jobs:
validate-pr:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore
requireScope: false
validateSingleCommit: true