Skip to content

build: add gpio configuration for nrf54l15 #22

build: add gpio configuration for nrf54l15

build: add gpio configuration for nrf54l15 #22

name: handle manifest PR
on:
pull_request_target:
types: [opened, synchronize, closed]
branches:
- main
jobs:
create-manifest-pr:
runs-on: ubuntu-latest
if: contains(${{ github.event.pull_request.body }}, "Create_NRF_PR=true" )
steps:
- name: Create manifest PR
uses: nrfconnect/action-manifest-pr@main
with:
token: ${{ secrets.NCS_GITHUB_TOKEN }}