Skip to content

chore(deps): bump amannn/action-semantic-pull-request from 2.2.0 to 5.4.0 #672

chore(deps): bump amannn/action-semantic-pull-request from 2.2.0 to 5.4.0

chore(deps): bump amannn/action-semantic-pull-request from 2.2.0 to 5.4.0 #672

Workflow file for this run

name: Check Pull Request Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check-pull-request-title:
runs-on: ubuntu-latest
name: Ensure that PR title can signal semantic release
steps:
- name: Check PR title
uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}