Skip to content

feat: Add workflow_dispatch to test-e2e #119

feat: Add workflow_dispatch to test-e2e

feat: Add workflow_dispatch to test-e2e #119

Workflow file for this run

name: Checking PR semantic
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: read
statuses: write
jobs:
title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ignoreLabels: |
release
commits:
name: Validate PR commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6