From 401f1876656a97c35b5915bf435363c019944da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= <3283596+samtrion@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:06:09 +0200 Subject: [PATCH] chore: Removed `template-sync` --- .github/template-sync.yml | 24 ------------------------ .github/workflows/template-sync.yml | 23 ----------------------- 2 files changed, 47 deletions(-) delete mode 100644 .github/template-sync.yml delete mode 100644 .github/workflows/template-sync.yml diff --git a/.github/template-sync.yml b/.github/template-sync.yml deleted file mode 100644 index d992756..0000000 --- a/.github/template-sync.yml +++ /dev/null @@ -1,24 +0,0 @@ -additional: - - "analyzer" - - "article.benchmarks" - - "describe" - - "develop" - - "extensions.tasks" - - "extensions.test" - - "guard" - - "healthchecks" - - "http.correlation" - - "trydispose" - -files: - - "!**/*" - - ".csharpierignore" - - ".editorconfig" - - ".github/CODEOWNERS" - - ".github/dependabot.yml" - - ".github/workflows/dependabot-merge.yml" - - ".github/workflows/update-license.yml" - - # you probably want to exclude these files: - - "!.github/workflows/template-sync.yml" - - "!.github/template-sync.yml" diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml deleted file mode 100644 index 26d86f9..0000000 --- a/.github/workflows/template-sync.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Update template files - -on: - push: - branches: - - main - pull_request: - branches: - - main - workflow_dispatch: - -jobs: - template-sync: - if: github.actor != 'dependabot[bot]' - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - uses: ahmadnassri/action-template-repository-sync@v2.4.6 - with: - github-token: ${{ secrets.TEMPLATE_SYNC }} - dry-run: false