From effa87e05ad20c895162a0e3ac3a034a14ee3297 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Wed, 13 Nov 2024 12:52:37 +0000 Subject: [PATCH] github: Enable backporting closed PRs (#35993) --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a49376c475..56bc2659b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,9 @@ on: pull_request_target: types: - closed + pull_request: + types: + - labeled permissions: contents: write # to push to a new branch