Skip to content

feat(nve-segment): nye komponenter nve-segment og nve-segment-group #1877

feat(nve-segment): nye komponenter nve-segment og nve-segment-group

feat(nve-segment): nye komponenter nve-segment og nve-segment-group #1877

Workflow file for this run

name: Enforce Conventional PR Title
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
jobs:
lint_pr_title:
permissions:
pull-requests: read
contents: read
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
titleOnly: true
types: |
fix
feat
docs
chore