From 4f2b82ad1ea860a1b3b5c7e6b8e8659d2081f81c Mon Sep 17 00:00:00 2001 From: Chiedo Date: Thu, 10 Dec 2020 15:24:52 -0500 Subject: [PATCH] The autoupdater does not support crons --- .../autoupdate-repo-sync-branch-on-cron.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/autoupdate-repo-sync-branch-on-cron.yml diff --git a/.github/workflows/autoupdate-repo-sync-branch-on-cron.yml b/.github/workflows/autoupdate-repo-sync-branch-on-cron.yml deleted file mode 100644 index 4d4bb57307a5..000000000000 --- a/.github/workflows/autoupdate-repo-sync-branch-on-cron.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: autoupdate reposync branch on cron -on: - schedule: - - cron: '*/5 * * * *' -jobs: - autoupdate: - name: autoupdate - runs-on: ubuntu-18.04 - steps: - - uses: docker://chinthakagodawita/autoupdate-action:v1 - env: - GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }} - PR_FILTER: labelled - PR_LABELS: 'automated-reposync-pr' - MERGE_MSG: "Branch was updated using the 'autoupdate reposync branch on cron' Actions workflow."