Skip to content

build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 #35

build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1

build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 #35

Workflow file for this run

name: Semantic Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
subjectPattern: ^(?![A-Z]).+$
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}