Use newer version of update-pr-branch action. (#6315)
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>
Thu, 8 Apr 2021 20:52:19 +0000 (22:52 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 20:52:19 +0000 (13:52 -0700)
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.

.github/workflows/update_pr.yml

index ae58b7a8e2a8134dbeef8b5d81735fbb5a10b21e..eb7585e0e580b746766522a4716a31e07f6542d7 100644 (file)
@@ -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'