Skip to content

Commit 95b9a22

Browse files
authored
gha: autoupdate submodules fix (#1893)
* gha: update pr creation version Signed-off-by: habibayassin <[email protected]>
1 parent 39e26cd commit 95b9a22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/github-actions-cron-update-OR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git pull
2525
- if: "steps.remote-update.outputs.has_update != ''"
2626
name: Create Draft PR
27-
uses: peter-evans/create-pull-request@v4
27+
uses: peter-evans/create-pull-request@v6
2828
with:
2929
token: ${{ github.token }}
3030
signoff: true

.github/workflows/github-actions-cron-update-yosys.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Create draft PR for updated YOSYS submodule
22
on:
3+
push:
34
schedule:
45
- cron: "0 8 * * MON"
56
# Allows you to run this workflow manually from the Actions tab
@@ -27,15 +28,14 @@ jobs:
2728
git checkout ${latesttag}
2829
- if: "steps.remote-update.outputs.has_update != ''"
2930
name: Create Draft PR
30-
uses: peter-evans/create-pull-request@v4
31+
uses: peter-evans/create-pull-request@v6
3132
with:
3233
token: ${{ github.token }}
3334
signoff: true
3435
delete-branch: true
3536
title: 'Update yosys submodule'
3637
reviewers: |
37-
vvbandeira
38-
maliberty
38+
habibayassin
3939
draft: true
4040
branch: update-yosys
4141
commit-message: |

0 commit comments

Comments
 (0)