Skip to content

internal(other): Pre-Alpha M1 #54

internal(other): Pre-Alpha M1

internal(other): Pre-Alpha M1 #54

name: Semantic Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.5.3
with:
types: |
bug
critical
feature
debug
development
docs
fix
incident
security
maintenance
optimization
performance
question
support
suggestions
enhancement
refactor
testing
internal
revert
scopes: |
api
components
console
http
other
packages
services
support
tests
ui
requireScope: true
ignoreLabels: |
dependencies
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}