Skip to content

Bump org.apache.wicket:wicket from 1.4.17 to 10.4.0 #10927

Bump org.apache.wicket:wicket from 1.4.17 to 10.4.0

Bump org.apache.wicket:wicket from 1.4.17 to 10.4.0 #10927

name: 'PR title check'
on:
pull_request:
types: [opened, edited, reopened]
jobs:
check-pr-title:
runs-on: ubuntu-latest
steps:
- uses: morrisoncole/pr-lint-action@v1.7.1
with:
title-regex: '^((CORDA|EG|ENT|INFRA|CORE|DOC|ES|DA5|DI|R3SOL)-\d+)(.*)'
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"
repo-token: "${{ secrets.GITHUB_TOKEN }}"