Skip to content

fix: maven test error rerun reporting #1

fix: maven test error rerun reporting

fix: maven test error rerun reporting #1

Workflow file for this run

name: "Lint PR title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}