Skip to content

feat: add an option to trigger a webhook at any block #128

feat: add an option to trigger a webhook at any block

feat: add an option to trigger a webhook at any block #128

Workflow file for this run

name: 'Validate PR title'
on:
pull_request:
branches: [ main ]
types: [ opened, reopened, synchronize ]
permissions:
pull-requests: read
statuses: write
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore
requireScope: false
wip: true
validateSingleCommit: false