Skip to content

chore(deps): bump lint-staged from 10.5.3 to 15.2.0 #675

chore(deps): bump lint-staged from 10.5.3 to 15.2.0

chore(deps): bump lint-staged from 10.5.3 to 15.2.0 #675

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@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}