Skip to content

Commit f4744e2

Browse files
committed
Revert "actions: manifest: Align with upstream Zephyr"
This reverts commit bf6df10. Signed-off-by: Carles Cufi <[email protected]>
1 parent bf6df10 commit f4744e2

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

.github/workflows/manifest.yml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: Manifest
2-
on: pull_request_target
2+
3+
on:
4+
pull_request_target:
35

46
permissions:
57
contents: read
68
pull-requests: write
79

810
jobs:
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'

0 commit comments

Comments
 (0)