From 11b829bedba7ae4583d1b4f1e719d32e4671a012 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sun, 16 May 2021 18:51:57 +0200 Subject: [PATCH] chore: remove auto-update --- .github/workflows/auto-update.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/auto-update.yml diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml deleted file mode 100644 index 870065c7833e..000000000000 --- a/.github/workflows/auto-update.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Auto-update - -on: - push: - branches: - - main - -jobs: - Auto: - name: Auto Update PR - runs-on: ubuntu-latest - steps: - - uses: tibdex/auto-update@v2 - with: - github_token: ${{ secrets.GITHUB_TOKEN }}