Skip to content

Commit 5624fd8

Browse files
authored
chore: move to self hosted auto update (#71)
1 parent cd7d6d3 commit 5624fd8

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/workflows/auto-update.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
---
21
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
32
# SPDX-License-Identifier: Apache-2.0
43

4+
---
5+
56
name: Auto Update PR
67

78
# On push to the main branch and support branches, update any branches that are out of date
@@ -13,19 +14,26 @@ on:
1314
- main
1415
- release-*
1516

17+
permissions: {}
18+
1619
concurrency:
1720
group: ${{ github.workflow }}-${{ github.ref }}
1821
cancel-in-progress: true
1922

20-
permissions: {}
21-
2223
jobs:
23-
Auto-Update-PR:
24+
update-pull-requests:
2425
permissions:
2526
contents: read
2627
pull-requests: write
2728
runs-on: ubuntu-latest
29+
2830
steps:
29-
- uses: tibdex/auto-update@4081c5bdc34560b58288a010318054e63e6f4a51
31+
- name: Checkout repository
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
with:
34+
persist-credentials: false
35+
36+
- name: Update pull requests
37+
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@f341738d975c38b2b91f25d405baeb2d39bf2ddb # 0.1.14
3038
with:
3139
github_token: ${{ secrets.SYS_ORCH_GITHUB }}

0 commit comments

Comments
 (0)