Skip to content

change to other "Update branch" GHA #12

change to other "Update branch" GHA

change to other "Update branch" GHA #12

name: Update branch
on:
push:
branches:
- 'master'
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: adRise/update-pr-branch@VERSION_YOU_WANT_TO_USE
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: 'master'
required_approval_count: 2
require_passed_checks: false
sort: 'created'
direction: 'desc'
require_auto_merge_enabled: true