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 1eb1621 commit 3e29bc3Copy full SHA for 3e29bc3
.github/workflows/auto-update.yml
@@ -21,13 +21,19 @@ concurrency:
21
cancel-in-progress: true
22
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 # v2.2.1
31
+ - name: Checkout repository
32
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
with:
- github_token: ${{ secrets.SYS_ORCH_GITHUB }}
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