Skip to content

ci(cd): switch to pnpm/action-setup for installing pnpm #100

ci(cd): switch to pnpm/action-setup for installing pnpm

ci(cd): switch to pnpm/action-setup for installing pnpm #100

name: Check Pull Request Title
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
on:
pull_request:
types: [opened, edited]
permissions:
contents: read
jobs:
insight:
name: Insight
if: ${{ github.event.action == 'opened' || github.event.changes.title != null }}
runs-on: ubuntu-latest
steps:
- name: Run Insight
uses: arghena/insight@5ea677a3665dacea83699c18841170f5261e0008 # v0.1.0-canary.54
with:
check-pull-request-title: true