From: Gereon Kremer Date: Thu, 8 Apr 2021 20:52:19 +0000 (+0200) Subject: Use newer version of update-pr-branch action. (#6315) X-Git-Tag: cvc5-1.0.0~1939 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e76ae145cdcf725d7d7dd3922d819539a7dc0e22;p=cvc5.git Use newer version of update-pr-branch action. (#6315) The CI action we use to update PRs that are ready to merge has been updated and now only considers the last review of every reviewer. It now allows to automatically update (and then merge) PRs where a reviewer first requested changes, and then accepted the PR. See adRise/update-pr-branch#11 for more details. This PR bumps the version to the most recent one. --- diff --git a/.github/workflows/update_pr.yml b/.github/workflows/update_pr.yml index ae58b7a8e..eb7585e0e 100644 --- a/.github/workflows/update_pr.yml +++ b/.github/workflows/update_pr.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automatically update PR - uses: adRise/update-pr-branch@v0.4.0 + uses: adRise/update-pr-branch@v0.5.1 with: token: ${{ secrets.ACTION_USER_TOKEN }} base: 'master'