Skip to content

chore: Add the 2.32.2 Changelog to the docs website #2069

chore: Add the 2.32.2 Changelog to the docs website

chore: Add the 2.32.2 Changelog to the docs website #2069

Workflow file for this run

name: Label Pull Requests
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
label-pr:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v5
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}