File tree Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change 11name : Manifest
2- on : pull_request_target
2+
3+ on :
4+ pull_request_target :
35
46permissions :
57 contents : read
68 pull-requests : write
79
810jobs :
9- manifest :
11+ contribs :
1012 runs-on : ubuntu-latest
1113 name : Manifest
1214 steps :
@@ -18,25 +20,19 @@ jobs:
1820 fetch-depth : 0
1921 persist-credentials : false
2022
21- - name : west setup
22- env :
23- BASE_REF : ${{ github.base_ref }}
24- working-directory : ncs/nrf
25- run : |
26- pip3 install west
27- git config --global user.email "[email protected] " 28- git config --global user.name "Your Name"
29- west init -l . || true
30-
3123 - name : Manifest
32- uses : zephyrproject-rtos/action-manifest@v1.5.0
24+ uses : zephyrproject-rtos/action-manifest@16c4cfa380ae2b6fa3daddb1a35032e69422a20f
3325 with :
3426 github-token : ${{ secrets.NCS_GITHUB_TOKEN }}
3527 manifest-path : ' west.yml'
3628 checkout-path : ' ncs/nrf'
37- use-tree-checkout : ' true'
38- check-impostor-commits : ' true'
3929 label-prefix : ' manifest-'
4030 verbosity-level : ' 1'
41- labels : ' manifest'
31+
32+ # Add one label per line. 'manifest' always adds the label 'manifest'.
33+ # 'CI-all-test:zephyr;nrfxlib,' adds the 'CI-all-test' label when the
34+ # zephyr module or the nrfxlib module is changed. Each line is comma-
35+ # separated.
36+ labels : >
37+ manifest
4238 dnm-labels : ' DNM'
You can’t perform that action at this time.
0 commit comments