Skip to content

Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 #280

Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4

Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 #280

Workflow file for this run

name: Commitlint PR Title
on:
pull_request:
types: [opened, labeled, unlabeled, edited]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- id: pr-lint
uses: livingbio/pr-lint@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repository: ${{ github.repository }}
pr_number: ${{ github.event.number }}