manifest: sdk-zephyr: [nrf fromlist] soc: nordic: nrf54h20: disallow using LR in s2ram mark… #58691
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |