Skip to content

chore(main): release 0.3.0 #49

chore(main): release 0.3.0

chore(main): release 0.3.0 #49

Workflow file for this run

---
name: PR
on:
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
jobs:
title:
name: Check Title
runs-on: ubuntu-latest
steps:
- name: Check
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore