diff --git a/.github/workflows/autoupdate.yaml b/.github/workflows/autoupdate.yaml deleted file mode 100644 index 9edbe0f3c..000000000 --- a/.github/workflows/autoupdate.yaml +++ /dev/null @@ -1,20 +0,0 @@ -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/action-autoupdate-branch@2.1.1 - id: autoUpdateBranch - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - requiredPassedChecks: 1 - requiredApprovals: 1 - update-limits: 2