diff --git a/.github/template-sync.yml b/.github/template-sync.yml deleted file mode 100644 index 5667f1c..0000000 --- a/.github/template-sync.yml +++ /dev/null @@ -1,26 +0,0 @@ -additional: - - analyzer - - arguments - - extensions.hosting.windows - - extensions.strings - - extensions.tasks - - extensions.test - - guard - - healthchecks - - http.correlation - -files: - - "!**/*" - - ".editorconfig" - - ".gitignore" - - ".github/CODEOWNERS" - - ".github/dependabot.yml" - - ".github/release-drafter.yml" - - ".github/ISSUE_TEMPLATE/**/*" - - ".github/PULL_REQUEST_TEMPLATE/**/*" - - ".github/workflows/update-license.yml" - - # you probably want to exclude these files: - - "!.github/workflows/dependabot-merge.yml" - - "!.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 e3c109f..0000000 --- a/.github/workflows/template-sync.yml +++ /dev/null @@ -1,24 +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@v4 - - - uses: ahmadnassri/action-template-repository-sync@v2.6.0 - with: - github-token: ${{ secrets.TEMPLATE_SYNC }} - dry-run: false - skip-ci: true