From f6deba2a452a4191ffb92f14277020d657893cc9 Mon Sep 17 00:00:00 2001 From: Juraj Date: Wed, 28 Jul 2021 14:08:23 +0100 Subject: [PATCH] fix(backport): removes on pr open To stop triggering the action when it's not a hotfix. Will still trigger on close, but won't process (cherry picked from commit b61962d66300e77049338f70609456df937f24a3) --- .github/workflows/backport.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index dc8433b02..90d897391 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -5,7 +5,6 @@ on: - hotfix/* pull_request: types: - - opened - closed jobs: