From 637b195a6897b932fa6d7fc65aab9726577e1086 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 28 May 2023 20:26:39 +1000 Subject: [PATCH] Add name to backport workflow (#4914) --- .github/workflows/backport.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index ccc3567d9b..d44a811465 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -3,6 +3,8 @@ # To enable backporting for a pullrequest, add the label "backport" to the PR. # Additionally, add a label with the prefix "backport-to-" and the target branch +name: Backport + on: pull_request_target: types: ["labeled", "closed"]