test backport

This commit is contained in:
Pierre Delpy 2024-08-27 09:19:11 +02:00
parent c4999dd206
commit dab252146e
1 changed files with 2 additions and 2 deletions

View File

@ -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