From 5c62a1b677fa135468c00821a87117a5016ef85d Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 2 Sep 2023 16:37:01 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Removed=20pre-commit=20update=20?= =?UTF-8?q?checker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/pre-commit.yml diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml deleted file mode 100644 index 377849c..0000000 --- a/.github/workflows/pre-commit.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Pre-commit update Checker - -on: - schedule: - - cron: "15 2 * * *" - workflow_dispatch: - -permissions: - contents: read - -jobs: - auto-update: - uses: nikhilbadyal/ghactions/.github/workflows/python-precommit-updater.yml@main - if: github.repository == 'nikhilbadyal/docker-py-revanced' - secrets: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - PYTHON_VERSION: '3.11.5'