From 9f0b9c784663fc13e7b0cb29cc2052697cd8e820 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Sun, 7 Sep 2025 21:15:27 +0300 Subject: [PATCH] ci: fix prs cache clean workflow name to match naming style of other workflows (#4398) --- .github/workflows/prs-cache-clean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prs-cache-clean.yml b/.github/workflows/prs-cache-clean.yml index 9f459189..89393b4b 100644 --- a/.github/workflows/prs-cache-clean.yml +++ b/.github/workflows/prs-cache-clean.yml @@ -1,4 +1,4 @@ -name: prs cache clean +name: Cleanup closed pull requests cache on: pull_request: types: