Skip to content

Commit 73a8ec8

Browse files
committed
[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 <[email protected]>
1 parent 33919fc commit 73a8ec8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/manifest-PR.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
types: [opened, synchronize, closed]
55
branches:
66
- main
7+
- v3.7.99-ncs1-branch
78

89

910
jobs:
@@ -15,3 +16,4 @@ jobs:
1516
with:
1617
token: ${{ secrets.NCS_GITHUB_TOKEN }}
1718
manifest-pr-title-details: ${{ github.event.pull_request.title }}
19+
base-branch: ${{ github.event.pull_request.base.ref == 'v3.7.99-ncs1-branch' && 'v2.8-branch' || 'main' }}

0 commit comments

Comments
 (0)