Skip to content

build: migrate to @docusaurus/tsconfig #424

build: migrate to @docusaurus/tsconfig

build: migrate to @docusaurus/tsconfig #424

Workflow file for this run

name: 'Check Semantic Commit'
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e # tag: v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: false
types: |
fix
feat
docs
style
refactor
perf
test
build
ci
chore
revert
blog