From 3ed70e070fef50ffdc84085e961be56f96ffc052 Mon Sep 17 00:00:00 2001 From: Julio Lopez <1953782+julio-lopez@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:42:13 -0700 Subject: [PATCH] chore(ci): add a name for the stale issues workflow (#2350) --- .github/workflows/stale.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index dff76ac8b3..472b08da11 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -1,3 +1,5 @@ +name: Manage Stale Issues and PRs + on: schedule: - cron: "0 0 * * *"