From 605b457c9857b370d1e545bc938be1c177151eee Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 24 Jun 2022 12:27:43 -0400 Subject: [PATCH] .github: Add labels while PR is open I think https://github.com/tibdex/backport will only create backport PRs if our doc/releases PRs are labelled *and then* closed. This action currently labels after the PR is closed. Signed-off-by: David Galloway --- .github/workflows/label-releases-doc-prs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/label-releases-doc-prs.yml b/.github/workflows/label-releases-doc-prs.yml index 1e95a950af163..a4ade931d2cc6 100644 --- a/.github/workflows/label-releases-doc-prs.yml +++ b/.github/workflows/label-releases-doc-prs.yml @@ -3,8 +3,6 @@ name: "Label doc/releases PRs so our backport GitHub Action picks them up" on: pull_request: - types: - - closed branches: - main paths: -- 2.39.5