Skip to content

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

Update branch for PRs that are passing and approved for merging

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

Workflow file for this run

name: Update branch for PRs that are passing and approved for merging
on:
schedule:
- cron: "0 4 * * *" # Daily at 4am
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