Skip to content

Commit

Permalink
gha: autoupdate submodules fix (#1893)
Browse files Browse the repository at this point in the history
* gha: update pr creation version

Signed-off-by: habibayassin <habibayassin@aucegypt.edu>
  • Loading branch information
habibayassin authored Apr 1, 2024
1 parent 39e26cd commit 95b9a22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-cron-update-OR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git pull
- if: "steps.remote-update.outputs.has_update != ''"
name: Create Draft PR
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ github.token }}
signoff: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-cron-update-yosys.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Create draft PR for updated YOSYS submodule
on:
push:
schedule:
- cron: "0 8 * * MON"
# Allows you to run this workflow manually from the Actions tab
Expand Down Expand Up @@ -27,15 +28,14 @@ jobs:
git checkout ${latesttag}
- if: "steps.remote-update.outputs.has_update != ''"
name: Create Draft PR
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ github.token }}
signoff: true
delete-branch: true
title: 'Update yosys submodule'
reviewers: |
vvbandeira
maliberty
habibayassin
draft: true
branch: update-yosys
commit-message: |
Expand Down

0 comments on commit 95b9a22

Please sign in to comment.