diff --git a/.github/workflows/github-actions-cron-update-OR.yml b/.github/workflows/github-actions-cron-update-OR.yml index 8bb4536084..9704798a13 100644 --- a/.github/workflows/github-actions-cron-update-OR.yml +++ b/.github/workflows/github-actions-cron-update-OR.yml @@ -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 diff --git a/.github/workflows/github-actions-cron-update-yosys.yml b/.github/workflows/github-actions-cron-update-yosys.yml index 972c9dfdf4..b88a39c721 100644 --- a/.github/workflows/github-actions-cron-update-yosys.yml +++ b/.github/workflows/github-actions-cron-update-yosys.yml @@ -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 @@ -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: |