Skip to content

FEATURE: Added support for EDB error manager and other miscellaneous 25.2 fixes #895

FEATURE: Added support for EDB error manager and other miscellaneous 25.2 fixes

FEATURE: Added support for EDB error manager and other miscellaneous 25.2 fixes #895

Workflow file for this run

name: Template Validation
on:
pull_request:
types: [opened, edited, synchronize]
branches:
- main
workflow_dispatch:
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run a PR title validation
run: grep -E "^(CI:|DOC:|REFACT:|FIX:|MAINT:|TEST:|FEATURE:)" <<< "${{ github.event.pull_request.title }}"