Skip to content

chore(deps): bump google-github-actions/release-please-action from 4.0.2 to 4.1.0 #17

chore(deps): bump google-github-actions/release-please-action from 4.0.2 to 4.1.0

chore(deps): bump google-github-actions/release-please-action from 4.0.2 to 4.1.0 #17

Workflow file for this run

name: PR test
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- edited
jobs:
validate-pr-title:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/PRConventionalCommits@b7be9213c4fa33260646db6c9b905332dc90b310 # 1.1.0
with:
task_types: '["build", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test", "chore"]'
add_label: 'true'