Skip to content

chore(deps): bump ytanikin/PRConventionalCommits from 1.2.0 to 1.3.0 #54

chore(deps): bump ytanikin/PRConventionalCommits from 1.2.0 to 1.3.0

chore(deps): bump ytanikin/PRConventionalCommits from 1.2.0 to 1.3.0 #54

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@b628c5a234cc32513014b7bfdd1e47b532124d98 # 1.3.0
with:
task_types: '["build", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test", "chore"]'
add_label: 'true'