feat: Implementation of MMU panel to support single-extruder-multi-material printing using the Happy Hare for any MMU/AFC. #831
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check PR title | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- reopened | |
- edited | |
- synchronize | |
jobs: | |
lint: | |
name: Validate PR title | |
runs-on: ubuntu-latest | |
steps: | |
- uses: amannn/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
types: | | |
fix | |
feat | |
perf | |
refactor | |
style | |
locale | |
docs | |
test | |
chore | |
build | |
ci | |
revert | |
requireScope: false | |
ignoreLabels: | | |
bot | |
ignore-semantic-pull-request |