Skip to content

In useOgImage() hook adds searchParams option for setting arbitrary query string vars to generated URL #10252

In useOgImage() hook adds searchParams option for setting arbitrary query string vars to generated URL

In useOgImage() hook adds searchParams option for setting arbitrary query string vars to generated URL #10252

name: 🚩 Require milestone
on:
pull_request:
types: [opened, synchronize, reopened, milestoned, demilestoned]
# Cancel in-progress runs of this workflow.
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
require-milestone:
name: 🚩 Require milestone
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ⬢ Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: ✅ Check milestone
uses: ./.github/actions/require-milestone