From 1ea0dc9804fb972e1b8c98377a3447f74ff5e4fb Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 13 May 2021 15:47:49 -0500 Subject: [PATCH] github: Do not run require porting labels on stable-2.1 When we are creating a PR in stable-2.1 we do not need to run the github action of porting labels as we are doing backports or new releases in stable-2.1 and we it is unnecessary to put labels like no-backport-needed or no-forwardport-needed, etc. Fixes #1847 Signed-off-by: Gabriela Cervantes --- .github/workflows/require-pr-porting-labels.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/require-pr-porting-labels.yaml b/.github/workflows/require-pr-porting-labels.yaml index 11f71d2229..95dcd9c392 100644 --- a/.github/workflows/require-pr-porting-labels.yaml +++ b/.github/workflows/require-pr-porting-labels.yaml @@ -6,6 +6,9 @@ name: Ensure PR has required porting labels on: + pull_request: + branches: + - main pull_request_target: types: - opened