Skip to content

build(deps): Bump next from 15.4.10 to 16.1.5 in /intelligence/ts/examples/nextjs-web-chats #18861

build(deps): Bump next from 15.4.10 to 16.1.5 in /intelligence/ts/examples/nextjs-web-chats

build(deps): Bump next from 15.4.10 to 16.1.5 in /intelligence/ts/examples/nextjs-web-chats #18861

Workflow file for this run

name: PR Check
on:
pull_request:
types: [opened, synchronize, reopened, edited]
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
pr_title_check:
runs-on: ubuntu-22.04
name: Title format
steps:
- uses: actions/checkout@v5
- name: Bootstrap
uses: ./.github/actions/bootstrap
with:
python-version: 3.11
poetry-skip: 'true'
- name: Check PR title format
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: python ./dev/check_pr_title.py "$PR_TITLE"