Skip to content

#268: Fix deserialization of polymorphic types when base class is specified as a template parameter. #608

#268: Fix deserialization of polymorphic types when base class is specified as a template parameter.

#268: Fix deserialization of polymorphic types when base class is specified as a template parameter. #608

name: PR checks (PR description format)
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
check:
name: Check PR description
runs-on: ubuntu-latest
steps:
- uses: DARMA-tasking/check-pr-fixes-issue@master
with:
pr_branch: ${{ github.head_ref }}
pr_title: ${{ github.event.pull_request.title }}
pr_description: ${{ github.event.pull_request.body }}