From b132a49f40bc8e62cca3ecdbe582250ceb7fc2a6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 11 May 2026 19:23:07 +0200 Subject: [PATCH] chore(ci): use better name for mypy-version-update --- .github/workflows/pre-commit-types-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-types-update.yml b/.github/workflows/pre-commit-types-update.yml index 32ec6c082..9dbf082ae 100644 --- a/.github/workflows/pre-commit-types-update.yml +++ b/.github/workflows/pre-commit-types-update.yml @@ -12,7 +12,7 @@ permissions: {} jobs: mypy-version-update: - name: "Mypy Version Update" + name: "Pre-commit mypy type versions update" runs-on: ubuntu-24.04 # Only run this job for pull requests created by dependabot[bot] if: >