From 90acb992a1f5a0c23c1fad786f7c3fbbd09dd963 Mon Sep 17 00:00:00 2001 From: Moritz Zimmer Date: Tue, 16 Jan 2024 14:50:12 +0100 Subject: [PATCH] chore: naming of stale workflow --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 3c31da5..631fce4 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -1,4 +1,4 @@ -name: 'Warns and then closes stale issues and PRs' +name: 'stale issues and PRs' on: schedule: - cron: '0 0 * * *'