Skip to content

Commit 6997aec

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: Jan Gałda <[email protected]>
1 parent 56fbb4f commit 6997aec

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, reopened]
55
branches:
66
- main
7+
- ncs-v3.2-branch
78

89
permissions:
910
contents: read
@@ -17,3 +18,4 @@ jobs:
1718
with:
1819
token: ${{ secrets.NCS_GITHUB_TOKEN }}
1920
manifest-pr-title-details: ${{ github.event.pull_request.title }}
21+
base-branch: ${{ github.event.pull_request.base.ref == 'ncs-v3.2-branch' && 'v3.2-branch' || 'main' }}

0 commit comments

Comments
 (0)