todo-baggins/.github/workflows/conventional-pull-requests.yml

17 lines
447 B
YAML

name: conventional pull requests
on:
pull_request:
types: [ opened, synchronize, reopened, edited ]
jobs:
build:
name: conventional pull requests
runs-on: ubuntu-22.04
steps:
- name: conventional pull requests check
uses: ytanikin/PRConventionalCommits@1.1.0
with:
task_types: '["build","chore","ci","docs","feat","fix","perf","refactor","revert","style","test"]'
add_label: 'false'