Skip to content

Commit f3620cd

Browse files
authored
Merge branch 'main' into use-coalesce-for-array
2 parents a5b9035 + d6ddd1d commit f3620cd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/update-downstream.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
environment: detsys-pr-bot
1212
name: Pull request detsys-ts update to ${{ github.repository_owner }}/${{ matrix.repo }}
1313
runs-on: ubuntu-22.04
14+
1415
strategy:
16+
fail-fast: false
1517
matrix:
1618
repo:
1719
- flake-checker-action
@@ -81,7 +83,7 @@ jobs:
8183
nix develop --command pnpm all
8284
8385
- name: Create Pull Request
84-
uses: peter-evans/create-pull-request@v3
86+
uses: peter-evans/create-pull-request@v6
8587
env:
8688
COMMIT_MSG: ${{ steps.commit-msg.outputs.msg }}
8789
with:
@@ -99,5 +101,4 @@ jobs:
99101
push-to-fork: detsys-pr-bot/${{ matrix.repo }}
100102
branch: "${{ env.GIT_BRANCH }}"
101103
base: ${{ env.GIT_BASE }}
102-
reviewers: lucperkins
103104
draft: false

0 commit comments

Comments
 (0)