File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- ---
2
1
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
3
2
# SPDX-License-Identifier: Apache-2.0
4
3
4
+ ---
5
+
5
6
name : Auto Update PR
6
7
7
8
# On push to the main branch and support branches, update any branches that are out of date
13
14
- main
14
15
- release-*
15
16
17
+ permissions : {}
18
+
16
19
concurrency :
17
20
group : ${{ github.workflow }}-${{ github.ref }}
18
21
cancel-in-progress : true
19
22
20
- permissions : {}
21
-
22
23
jobs :
23
- Auto-Update-PR :
24
+ update-pull-requests :
24
25
permissions :
25
26
contents : read
26
27
pull-requests : write
27
28
runs-on : ubuntu-latest
29
+
28
30
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
30
38
with :
31
39
github_token : ${{ secrets.SYS_ORCH_GITHUB }}
You can’t perform that action at this time.
0 commit comments