Skip to content

feat: Files Plugin #100

feat: Files Plugin

feat: Files Plugin #100

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, synchronize, reopened, edited]
branches:
- main
permissions:
pull-requests: read
jobs:
check-title:
runs-on:
group: databricks-protected-runner-group
labels: linux-ubuntu-latest
name: Conventional Commit Title
steps:
- name: Validate PR title
uses: ytanikin/pr-conventional-commits@1.5.1
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","style","build"]'
add_label: 'false'