Skip to content

chore(deps): bump conventional-changelog-conventionalcommits from 9.1.0 to 9.2.0 #973

chore(deps): bump conventional-changelog-conventionalcommits from 9.1.0 to 9.2.0

chore(deps): bump conventional-changelog-conventionalcommits from 9.1.0 to 9.2.0 #973

Workflow file for this run

name: Semantic Release
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
check_pr_title:
runs-on: ubuntu-latest
steps:
- name: Validate Pull Request title
uses: amannn/action-semantic-pull-request@v1.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}