Skip to content

feat: improve alignment of runout sensor switch and icon #648

feat: improve alignment of runout sensor switch and icon

feat: improve alignment of runout sensor switch and icon #648

name: Semantic Pull Request
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
main:
name: Semantic Pull Request
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v5
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
types
i18n
requireScope: false
ignoreLabels: |
bot
ignore-semantic-pull-request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}