From a057e508a493e2ec5af3c31f72e5d40fc41bcb13 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Tue, 1 Oct 2024 11:32:51 +0000 Subject: [PATCH] backport-based-on-label.yml: add styhead (cherry picked from commit fddbb661cc0e1326a8dd9ad27eb421602f4c3a29) --- .../{backport-based-on-label => backport-based-on-label.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{backport-based-on-label => backport-based-on-label.yml} (91%) diff --git a/.github/workflows/backport-based-on-label b/.github/workflows/backport-based-on-label.yml similarity index 91% rename from .github/workflows/backport-based-on-label rename to .github/workflows/backport-based-on-label.yml index 1a188f905..32bbbfeac 100644 --- a/.github/workflows/backport-based-on-label +++ b/.github/workflows/backport-based-on-label.yml @@ -19,7 +19,7 @@ jobs: - name: Create backport pull requests uses: korthout/backport-action@v1.3.1 with: - target_branches: kirkstone-next scarthgap-next + target_branches: kirkstone-next scarthgap-next styhead-next # copy all labels (backport labels are automatically skipped) copy_labels_pattern: .+ github_token: ${{ secrets.BOT_CREDENTIAL }}