Skip to content

Commit b6e6f7d

Browse files
authored
chore: use self hosted update action (#22)
1 parent 8589809 commit b6e6f7d

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/auto-update.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,26 @@ on:
1414
- main
1515
- release-*
1616

17+
permissions: {}
18+
1719
concurrency:
1820
group: ${{ github.workflow }}-${{ github.ref }}
1921
cancel-in-progress: true
2022

21-
permissions: {}
22-
2323
jobs:
24-
Auto-Update-PR:
24+
update-pull-requests:
2525
permissions:
2626
contents: read
2727
pull-requests: write
2828
runs-on: ubuntu-latest
29+
2930
steps:
30-
- 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
3138
with:
3239
github_token: ${{ secrets.SYS_ORCH_GITHUB }}

0 commit comments

Comments
 (0)