Skip to content

refactor: split postject into libpostject and postject_wasm #127

refactor: split postject into libpostject and postject_wasm

refactor: split postject into libpostject and postject_wasm #127

name: "Check Semantic Commit"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
permissions:
pull-requests: read
statuses: write
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@505e44b4f33b4c801f063838b3f053990ee46ea7 # v4.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# GitHub can now default to using the PR title
validateSingleCommit: false