From dab252146e6fbf793ad8c2c2a624ca405a0bbda2 Mon Sep 17 00:00:00 2001
From: Pierre Delpy
Date: Tue, 27 Aug 2024 09:19:11 +0200
Subject: [PATCH] test backport
---
.github/workflows/backport.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index a61864a..843784a 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -4,12 +4,12 @@ on:
pull_request:
types: [closed]
branches:
- - main
+ - test/backport
jobs:
backport:
name: Backport PR
- if: github.event.pull_request.merged == true && !(contains(github.event.pull_request.labels.*.name, 'backport'))
+ if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Backport Action