From 0e08cdc48c0df7a92ee4772aebeab704c814f4be Mon Sep 17 00:00:00 2001 From: Thomas Stilwell Date: Sun, 27 Oct 2024 14:35:32 +0100 Subject: [PATCH] [nrf noup] ci: enable custom base for `manifest-PR` new arg base-branch defaults to main, but can map zephyr release branch to nrf release base Signed-off-by: Thomas Stilwell --- .github/workflows/manifest-PR.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manifest-PR.yml b/.github/workflows/manifest-PR.yml index a871aa381ded..c593fbaf5ae4 100644 --- a/.github/workflows/manifest-PR.yml +++ b/.github/workflows/manifest-PR.yml @@ -3,7 +3,7 @@ on: pull_request_target: types: [opened, synchronize, closed] branches: - - main + - v4.0.99-ncs1-branch jobs: @@ -15,3 +15,4 @@ jobs: with: token: ${{ secrets.NCS_GITHUB_TOKEN }} manifest-pr-title-details: ${{ github.event.pull_request.title }} + base-branch: v3.0-branch