Skip to content

feat(agent-plugin): add official RxJS agent plugin #30

feat(agent-plugin): add official RxJS agent plugin

feat(agent-plugin): add official RxJS agent plugin #30

name: Conventional Commit title
on:
pull_request:
types: [opened, edited, reopened, synchronize]
permissions:
contents: read
jobs:
title:
name: Conventional Commit title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
package-manager-cache: false
- name: Validate squash-merge title
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: node scripts/release/validate-pr-title.mjs "$PR_TITLE"