Skip to content

chore(ci): upgrade python-semantic-release to v9.8.8 #128

chore(ci): upgrade python-semantic-release to v9.8.8

chore(ci): upgrade python-semantic-release to v9.8.8 #128

Workflow file for this run

name: conventional-pr
on:
pull_request:
types:
- opened
- edited
- synchronize
branches:
- master
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# check for the most recent release: https://github.com/CondeNast/conventional-pull-request-action/releases
- uses: CondeNast/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}