Skip to content

test(e2e): Bump tested versions for Openrouter, Strands, and Cloudflare ai chat #2143

test(e2e): Bump tested versions for Openrouter, Strands, and Cloudflare ai chat

test(e2e): Bump tested versions for Openrouter, Strands, and Cloudflare ai chat #2143

Workflow file for this run

name: changeset
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
- labeled
- unlabeled
permissions:
contents: read
env:
HUSKY: "0"
jobs:
changeset-required:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: .tool-versions
- name: Fetch pull request base ref
run: git fetch origin "${{ github.base_ref }}:refs/remotes/origin/${{ github.base_ref }}"
- name: Enforce changeset requirement for publishable package changes
run: node scripts/release/enforce-changeset.mjs