We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
manifest-PR
1 parent 33919fc commit 73a8ec8Copy full SHA for 73a8ec8
.github/workflows/manifest-PR.yml
@@ -4,6 +4,7 @@ on:
4
types: [opened, synchronize, closed]
5
branches:
6
- main
7
+ - v3.7.99-ncs1-branch
8
9
10
jobs:
@@ -15,3 +16,4 @@ jobs:
15
16
with:
17
token: ${{ secrets.NCS_GITHUB_TOKEN }}
18
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