Skip to content

refactor: Prepare the toolchain for TypeScript 6 and TS-next validation #86

refactor: Prepare the toolchain for TypeScript 6 and TS-next validation

refactor: Prepare the toolchain for TypeScript 6 and TS-next validation #86

Workflow file for this run

name: Semantic PR
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- 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
requireScope: false