From 484d79d84cab8b665cef32a62ef6a53f3ec7fa65 Mon Sep 17 00:00:00 2001 From: Cycloctane Date: Mon, 20 Oct 2025 06:51:48 +0800 Subject: [PATCH 1/4] Remove unused update-pre-commit ci workflow --- .github/workflows/update-pre-commit.yml | 36 ------------------------- 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/update-pre-commit.yml diff --git a/.github/workflows/update-pre-commit.yml b/.github/workflows/update-pre-commit.yml deleted file mode 100644 index 80921b56615..00000000000 --- a/.github/workflows/update-pre-commit.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Pre-commit auto-update -on: - schedule: - - cron: '0 0 * * *' -permissions: {} -jobs: - auto-update: - if: github.repository_owner == 'aiohttp' - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v5 - - name: Set up Python - uses: actions/setup-python@v6 - with: - python-version: 3.10 - - name: Install dependencies - run: >- - pip install -r requirements/lint.in -c requirements/lint.txt - - name: Run pre-commit autoupdate - run: pre-commit autoupdate - - id: generate_token - uses: tibdex/github-app-token@v2.1 - with: - app_id: ${{ secrets.BOT_APP_ID }} - private_key: ${{ secrets.BOT_PRIVATE_KEY }} - - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 - with: - token: ${{ steps.generate_token.outputs.token }} - branch: update/pre-commit-autoupdate - title: Auto-update pre-commit hooks - commit-message: Auto-update pre-commit hooks - body: | - Update versions of tools in pre-commit - configs to latest version - labels: dependencies backport-3.10 backport-3.11 From 8d9c9052736e255ebf2d038c3f0ec45a1150d6c9 Mon Sep 17 00:00:00 2001 From: Cycloctane Date: Mon, 20 Oct 2025 07:08:35 +0800 Subject: [PATCH 2/4] update changelog --- CHANGES/11689.contrib.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/11689.contrib.rst diff --git a/CHANGES/11689.contrib.rst b/CHANGES/11689.contrib.rst new file mode 100644 index 00000000000..4b560b8acf2 --- /dev/null +++ b/CHANGES/11689.contrib.rst @@ -0,0 +1 @@ +Remove unused ``update-pre-commit`` ci workflow -- by :user:`Cycloctane`. From 48dbeee424135e060dd1aa1172a3d1a1f0e403fb Mon Sep 17 00:00:00 2001 From: Cycloctane Date: Mon, 20 Oct 2025 07:37:37 +0800 Subject: [PATCH 3/4] update changelog --- CHANGES/11689.contrib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/11689.contrib.rst b/CHANGES/11689.contrib.rst index 4b560b8acf2..6b132d23c9e 100644 --- a/CHANGES/11689.contrib.rst +++ b/CHANGES/11689.contrib.rst @@ -1 +1 @@ -Remove unused ``update-pre-commit`` ci workflow -- by :user:`Cycloctane`. +Remove unused ``update-pre-commit`` github action -- by :user:`Cycloctane`. From 54973a77530bb86a42f18b1c10831127cf556699 Mon Sep 17 00:00:00 2001 From: Cycloctane Date: Mon, 20 Oct 2025 13:50:56 +0800 Subject: [PATCH 4/4] update changelog --- CHANGES/11689.contrib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/11689.contrib.rst b/CHANGES/11689.contrib.rst index 6b132d23c9e..1f6404aa4bd 100644 --- a/CHANGES/11689.contrib.rst +++ b/CHANGES/11689.contrib.rst @@ -1 +1 @@ -Remove unused ``update-pre-commit`` github action -- by :user:`Cycloctane`. +Removed unused ``update-pre-commit`` github action workflow -- by :user:`Cycloctane`.