Skip to content

feat: Add ingression investigator #641

feat: Add ingression investigator

feat: Add ingression investigator #641

Workflow file for this run

name: titlecheck
# Run on PR
on:
pull_request_target:
types:
# - opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
titlecheck:
name: PR title follows coventional commit
runs-on: ubuntu-latest
steps:
- name: Check conventinal title
uses: amannn/action-semantic-pull-request@v5
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}