From d9a80e4995671b412ca37beb47bbe8ecf4c0c554 Mon Sep 17 00:00:00 2001 From: ksooo <3226626+ksooo@users.noreply.github.com> Date: Sat, 27 Jul 2024 23:10:28 +0200 Subject: [PATCH 1/3] [Piers] README.md: Update branches for build badges --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a64640e..9ff59438 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md) -[![Build and run tests](https://github.com/kodi-pvr/pvr.iptvsimple/actions/workflows/build.yml/badge.svg?branch=Omega)](https://github.com/kodi-pvr/pvr.iptvsimple/actions/workflows/build.yml) -[![Build Status](https://dev.azure.com/teamkodi/kodi-pvr/_apis/build/status/kodi-pvr.pvr.iptvsimple?branchName=Omega)](https://dev.azure.com/teamkodi/kodi-pvr/_build/latest?definitionId=57&branchName=Omega) -[![Build Status](https://jenkins.kodi.tv/view/Addons/job/kodi-pvr/job/pvr.iptvsimple/job/Omega/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.iptvsimple/branches/) +[![Build and run tests](https://github.com/kodi-pvr/pvr.iptvsimple/actions/workflows/build.yml/badge.svg?branch=Piers)](https://github.com/kodi-pvr/pvr.iptvsimple/actions/workflows/build.yml) +[![Build Status](https://dev.azure.com/teamkodi/kodi-pvr/_apis/build/status/kodi-pvr.pvr.iptvsimple?branchName=Piers)](https://dev.azure.com/teamkodi/kodi-pvr/_build/latest?definitionId=57&branchName=Piers) +[![Build Status](https://jenkins.kodi.tv/view/Addons/job/kodi-pvr/job/pvr.iptvsimple/job/Piers/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.iptvsimple/branches/) # IPTV Simple PVR From 677e22099386802af2fec7a745f60dab3e50e251 Mon Sep 17 00:00:00 2001 From: ksooo <3226626+ksooo@users.noreply.github.com> Date: Sat, 27 Jul 2024 23:10:28 +0200 Subject: [PATCH 2/3] [Piers] increment-version.yml: Add Piers branch --- .github/workflows/increment-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/increment-version.yml b/.github/workflows/increment-version.yml index 3f180aa4..c7c18e89 100644 --- a/.github/workflows/increment-version.yml +++ b/.github/workflows/increment-version.yml @@ -2,7 +2,7 @@ name: Increment version when languages are updated on: push: - branches: [ Matrix, Nexus, Omega ] + branches: [ Matrix, Nexus, Omega, Piers ] paths: - '**resource.language.**strings.po' From f2ecc26c172b764f613fb78a98c6b3d613b77a71 Mon Sep 17 00:00:00 2001 From: ksooo <3226626+ksooo@users.noreply.github.com> Date: Sat, 27 Jul 2024 23:10:28 +0200 Subject: [PATCH 3/3] [Piers] sync-addon-metadata-translations.yml: Add Piers branch --- .github/workflows/sync-addon-metadata-translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-addon-metadata-translations.yml b/.github/workflows/sync-addon-metadata-translations.yml index 931dadb8..5dde2101 100644 --- a/.github/workflows/sync-addon-metadata-translations.yml +++ b/.github/workflows/sync-addon-metadata-translations.yml @@ -2,7 +2,7 @@ name: Sync addon metadata translations on: push: - branches: [ Matrix, Nexus, Omega ] + branches: [ Matrix, Nexus, Omega, Piers ] paths: - '**addon.xml.in' - '**resource.language.**strings.po'