From e18e8ccff07f3dbb8105a7324396219edf3576b8 Mon Sep 17 00:00:00 2001 From: skiletro <19377854+skiletro@users.noreply.github.com> Date: Thu, 24 Oct 2024 00:51:17 +0100 Subject: [PATCH] Remove actions_template_sync.yml I should probably replace this with an up to date version at some point. --- .github/workflows/actions_template_sync.yml | 27 --------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/actions_template_sync.yml diff --git a/.github/workflows/actions_template_sync.yml b/.github/workflows/actions_template_sync.yml deleted file mode 100644 index 05e0f65..0000000 --- a/.github/workflows/actions_template_sync.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: actions-template-sync - -on: - # cronjob trigger At 00:00 on day-of-month 1. https://crontab.guru/every-month - schedule: - - cron: "0 0 1 * *" - # manual trigger - workflow_dispatch: - -jobs: - repo-sync: - runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - - steps: - # To use this repository's private action, you must check out the repository - - name: Checkout - uses: actions/checkout@v4 - - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v1.1.9 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - source_repo_path: ScoopInstaller/BucketTemplate - upstream_branch: master # defaults to main - pr_labels: chore,template-sync,example