Skip to content

build(deps-dev): bump @types/node from 20.10.4 to 20.11.17 #132

build(deps-dev): bump @types/node from 20.10.4 to 20.11.17

build(deps-dev): bump @types/node from 20.10.4 to 20.11.17 #132

name: 'Check pull request title'
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: myparcelnl/actions/setup-app-credentials@v3
id: credentials
with:
app-id: ${{ secrets.MYPARCEL_APP_ID }}
private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }}
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ steps.credentials.outputs.token }}