Skip to content

chore: bump org.junit.jupiter:junit-jupiter-api from 6.0.3 to 6.1.0 in the testing group across 1 directory #2115

chore: bump org.junit.jupiter:junit-jupiter-api from 6.0.3 to 6.1.0 in the testing group across 1 directory

chore: bump org.junit.jupiter:junit-jupiter-api from 6.0.3 to 6.1.0 in the testing group across 1 directory #2115

name: "Conventional Commits"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
pull-requests: read
statuses: write
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: false