Skip to content

feat: CrabNebula support #1173

feat: CrabNebula support

feat: CrabNebula support #1173

Workflow file for this run

name: PR Title Validation
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
statuses: write
jobs:
validate-pr-title:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: 🔍 Check PR Title
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
e2e
requireScope: false
validateSingleCommit: false
validateSingleCommitMatchesPrTitle: false
# Allow WIP pull requests
wip: true