Skip to content

[gha] Bump open-edge-platform/orch-ci from 0.1.50 to 0.1.51 (#130) #94

[gha] Bump open-edge-platform/orch-ci from 0.1.50 to 0.1.51 (#130)

[gha] Bump open-edge-platform/orch-ci from 0.1.50 to 0.1.51 (#130) #94

Workflow file for this run

# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
---
name: Auto Update PR
# On push to the main branch and support branches, update any branches that are out of date
# and have auto-merge enabled. If the branch is currently out of date with the base branch,
# it must be first manually updated and then will be kept up to date on future runs.
on:
push:
branches:
- main
- release-*
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update-pull-requests:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Update pull requests
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@c1686d1b8c91c27b418c03fd75d28e5d97cc0e7d # 0.1.51
with:
github_token: ${{ secrets.SYS_ORCH_GITHUB }}