Skip to content

Added Eastron SDM120 to contrib #47

Added Eastron SDM120 to contrib

Added Eastron SDM120 to contrib #47

Workflow file for this run

name: validate
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
pr-title:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: validate-pr-title
uses: ytanikin/PRConventionalCommits@1.2.0
with:
task_types: '["feat", "fix", "docs", "test", "ci", "refactor", "perf", "chore", "revert"]'
add_label: 'false'