Skip to content

chore(deps): bump hashicorp/google-beta from 6.28.0 to 6.41.0 #99

chore(deps): bump hashicorp/google-beta from 6.28.0 to 6.41.0

chore(deps): bump hashicorp/google-beta from 6.28.0 to 6.41.0 #99

name: PR Conventional Commit Validation
on:
pull_request:
types: [opened, synchronize, reopened, edited]
branches:
- main
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/conventional-commit-in-pull-requests
- name: PR Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["fix", "feat", "build", "chore", "ci", "docs", "style", "refactor", "perf", "test", "revert"]'
custom_labels: '{"feat": "enhancement", "fix": "bug", "docs": "documentation", "ci": "CI/CD", "perf": "performance"}'