Skip to content

chore(release): prepare changelog for v0.12.24 #1081

chore(release): prepare changelog for v0.12.24

chore(release): prepare changelog for v0.12.24 #1081

Workflow file for this run

# Copyright 2025 NVIDIA CORPORATION
# SPDX-License-Identifier: Apache-2.0
name: Backport PR
on:
pull_request_target:
types: [closed]
permissions:
contents: write # so it can comment
pull-requests: write # so it can create pull requests
jobs:
backport:
name: Backport pull request
runs-on: ubuntu-latest
# Don't run on closed unmerged pull requests
if: github.event.pull_request.merged
steps:
- uses: actions/checkout@v6
- name: Create backport pull requests
uses: korthout/backport-action@v3
with:
pull_title: "${pull_title}"
# Backports carry the original PR's changie fragment (a new file, so no conflict).
# Propagate changelog-exemption labels so exempt PRs still pass validate-changelog.
copy_labels_pattern: "skip-changelog|dependencies"