From ec4c5fea27e7b6689904d5302b842a1a5691ce00 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 14 May 2024 08:19:06 -0400 Subject: [PATCH] .github: use shorter name for backport tracker action Signed-off-by: Patrick Donnelly --- .github/workflows/create-backport-trackers.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-backport-trackers.yml b/.github/workflows/create-backport-trackers.yml index fe2cace59314c..f97a039319477 100644 --- a/.github/workflows/create-backport-trackers.yml +++ b/.github/workflows/create-backport-trackers.yml @@ -1,5 +1,6 @@ --- -name: Create backport trackers for trackers in "Pending Backport" state +name: Issue Backporting +description: Create backport trackers for trackers in "Pending Backport" state on: # To manually trigger this: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch # View past runs and output: https://github.com/ceph/ceph/actions/workflows/create-backport-trackers.yml -- 2.39.5