Skip to content

Update branch for PRs that are passing and approved for merging #1141

Update branch for PRs that are passing and approved for merging

Update branch for PRs that are passing and approved for merging #1141

Workflow file for this run

name: Update branch for PRs that are passing and approved for merging
on:
schedule:
- cron: "40 * * * *" # Hourly at :55
jobs:
update-branches:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update branches
uses: brainly/[email protected]
id: autoUpdateBranch
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
requiredPassedChecks: 1
requiredApprovals: 1
update-limits: 2