Skip to content

fix(binder): prevent duplicate reservation pods for a single gpu-group (#1693) [v0.12] #819

fix(binder): prevent duplicate reservation pods for a single gpu-group (#1693) [v0.12]

fix(binder): prevent duplicate reservation pods for a single gpu-group (#1693) [v0.12] #819

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}"