We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8589809 commit b6e6f7dCopy full SHA for b6e6f7d
.github/workflows/auto-update.yml
@@ -14,19 +14,26 @@ on:
14
- main
15
- release-*
16
17
+permissions: {}
18
+
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.ref }}
21
cancel-in-progress: true
22
-permissions: {}
-
23
jobs:
24
- Auto-Update-PR:
+ update-pull-requests:
25
permissions:
26
contents: read
27
pull-requests: write
28
runs-on: ubuntu-latest
29
30
steps:
- - 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
38
with:
39
github_token: ${{ secrets.SYS_ORCH_GITHUB }}
0 commit comments