Skip to content

Commit 24481af

Browse files
committed
[nrf noup] ci: enable custom brase for manifest-PR
new arg base-branch defaults to main, but can map zephyr release branch to nrf release base Signed-off-by: Sebastian Wezel <[email protected]>
1 parent 37151d3 commit 24481af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manifest-PR.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request_target:
44
types: [opened, synchronize, closed]
55
branches:
6-
- main
6+
- ncs-v3.1-branch
77

88

99
jobs:
@@ -15,3 +15,4 @@ jobs:
1515
with:
1616
token: ${{ secrets.NCS_GITHUB_TOKEN }}
1717
manifest-pr-title-details: ${{ github.event.pull_request.title }}
18+
base-branch: v3.1-branch

0 commit comments

Comments
 (0)