Skip to content

chore(deps): update dependency org.sonatype.central:central-publishing-maven-plugin to v0.10.0 #7129

chore(deps): update dependency org.sonatype.central:central-publishing-maven-plugin to v0.10.0

chore(deps): update dependency org.sonatype.central:central-publishing-maven-plugin to v0.10.0 #7129

Workflow file for this run

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@71b07ef490c9e8ef772f64a62d41545ae5b9ef22
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}