Skip to content

Commit

Permalink
[nrf noup] ci: enable custom base for manifest-PR
Browse files Browse the repository at this point in the history
new arg base-branch defaults to main,
but can map zephyr release branch to nrf release base

Signed-off-by: Thomas Stilwell <[email protected]>
  • Loading branch information
thst-nordic committed Oct 27, 2024
1 parent 33919fc commit 73a8ec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/manifest-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
types: [opened, synchronize, closed]
branches:
- main
- v3.7.99-ncs1-branch


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

0 comments on commit 73a8ec8

Please sign in to comment.