name: PR update on: push: branches: - 'main' - 'release-*' jobs: autoupdate: permissions: pull-requests: write runs-on: ubuntu-latest steps: - name: Automatically update PR uses: adRise/update-pr-branch@437fab6e0ac7d2a668f2c479f64225edd7f303fd # v0.6.0 with: token: ${{ secrets.PR_UPDATE_TOKEN }} base: ${{ env.GITHUB_REF_NAME }} required_approval_count: 1 require_passed_checks: true sort: 'updated' direction: 'asc'