Skip to content

feat: add bot option flag #308

feat: add bot option flag

feat: add bot option flag #308

Workflow file for this run

name: PR metadata
on:
pull_request:
types:
- edited
- opened
- reopened
- synchronize
jobs:
conventional-commit:
name: Check conventional commit title
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Check title
uses: ytanikin/[email protected]
with:
task_types: '["build","chore","ci","deps","docs","feat","fix","perf","refactor","revert","test"]'
add_scope_label: true
token: ${{ secrets.GITHUB_TOKEN }}