forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (33 loc) · 1.03 KB
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Manifest
on:
pull_request_target:
permissions:
contents: read
pull-requests: write
jobs:
contribs:
runs-on: ubuntu-latest
name: Manifest
steps:
- name: Checkout the code
uses: actions/checkout@v4
with:
path: ncs/nrf
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
persist-credentials: false
- name: Manifest
uses: zephyrproject-rtos/action-manifest@16c4cfa380ae2b6fa3daddb1a35032e69422a20f
with:
github-token: ${{ secrets.NCS_GITHUB_TOKEN }}
manifest-path: 'west.yml'
checkout-path: 'ncs/nrf'
label-prefix: 'manifest-'
verbosity-level: '1'
# Add one label per line. 'manifest' always adds the label 'manifest'.
# 'CI-all-test:zephyr;nrfxlib,' adds the 'CI-all-test' label when the
# zephyr module or the nrfxlib module is changed. Each line is comma-
# separated.
labels: >
manifest
dnm-labels: 'DNM'