From e76ae145cdcf725d7d7dd3922d819539a7dc0e22 Mon Sep 17 00:00:00 2001 From: Gereon Kremer Date: Thu, 8 Apr 2021 22:52:19 +0200 Subject: [PATCH] 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. --- .github/workflows/update_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.30.2