Skip to content

chore: Switch console log to a more compact format #188

chore: Switch console log to a more compact format

chore: Switch console log to a more compact format #188

Workflow file for this run

name: "PR Title"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
# Verify if the PR title complies with our release-please config
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
feature
fix
perf
revert
docs
chore
refactor
test
build
ci
requireScope: false