Skip to content

feat(sync): sync universal-addon changes #12

feat(sync): sync universal-addon changes

feat(sync): sync universal-addon changes #12

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
permissions:
pull-requests: read
jobs:
semantic-title:
runs-on: ubuntu-24.04
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
ci
docs
feat
fix
refactor
style
requireScope: true
subjectPattern: "^.{0,120}$"