Skip to content

build(deps-dev): bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 #178

build(deps-dev): bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1

build(deps-dev): bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 #178

Workflow file for this run

name: "Semantic PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions: {}
jobs:
main:
name: Semantic PR title
timeout-minutes: 5
permissions:
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # 6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}