Skip to content

doc: Add nRF54L15 to documentation #37

doc: Add nRF54L15 to documentation

doc: Add nRF54L15 to documentation #37

name: handle manifest PR
on:
pull_request_target:
types: [opened, synchronize, closed]
branches:
- main
jobs:
github_context:
runs-on: ubuntu-latest
steps:
- name: Print Github context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
create-manifest-pr:
runs-on: ubuntu-latest
steps:
- name: Create manifest PR
uses: nrfconnect/action-manifest-pr@main
with:
token: ${{ secrets.NCS_GITHUB_TOKEN }}