Skip to content

hack structured feedback #15849

hack structured feedback

hack structured feedback #15849

Workflow file for this run

name: Check PR
on:
workflow_dispatch:
pull_request_target:
types: [opened, edited, synchronize]
jobs:
cc:
name: Validate PR title
runs-on: ubuntu-latest
steps:
# https://github.com/amannn/action-semantic-pull-request/releases
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.PR_TITLE_GITHUB_TOKEN }}
with:
# Allowed types: See CONTRIBUTING.md
types: |
chore
docs
feat
fix
perf
refactor
revert
style
security
test
scopes: |
ui
weave
weave_query
wip: false
requireScope: true
validateSingleCommit: false
validateSingleCommitMatchesPrTitle: false