Skip to content

[gha] Bump open-edge-platform/orch-ci/.github/workflows/pre-merge.yml… #230

[gha] Bump open-edge-platform/orch-ci/.github/workflows/pre-merge.yml…

[gha] Bump open-edge-platform/orch-ci/.github/workflows/pre-merge.yml… #230

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:
contents: read
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: Update pull requests
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@c6a01b803d3c045de1b1b2f788a47eaaefed3f07 # 2026.0.4
with:
github_token: ${{ secrets.SYS_EMF_GH_TOKEN }}