Skip to content

Commit 20268e4

Browse files
committed
[nrf noup] ci: Use NordicBuilder to open backport PRs
Backport PRs opened by github-actions[bot] do not trigger action which opens sdk-nrf PR with manifest update Signed-off-by: Jan Gałda <jan.galda@nordicsemi.no>
1 parent 1fef754 commit 20268e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Backport
3434
uses: zephyrproject-rtos/action-backport@7e74f601d11eaca577742445e87775b5651a965f # v2.0.3-3
3535
with:
36-
github_token: ${{ secrets.GITHUB_TOKEN }}
36+
github_token: ${{ secrets.NCS_GITHUB_TOKEN }}
3737
issue_labels: Backport
3838
labels_template: '["Backport"]'

.github/workflows/manifest-PR.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
else
3131
echo "Error: Unsupported base branch: ${{ github.event.pull_request.base.ref }}" >&2
3232
exit 1
33+
fi
3334
- name: handle manifest PR
3435
uses: nrfconnect/action-manifest-pr@main
3536
with:

0 commit comments

Comments
 (0)