Skip to content

ci: add workflow to create manifest PRs #2

ci: add workflow to create manifest PRs

ci: add workflow to create manifest PRs #2

Workflow file for this run

name: Automatically create manifest PR
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
jobs:
call_workflow:
uses: nordicbuilder/action-manifest-pr/.github/workflows/auto-manifest-pr.yml@main
secrets:
NB_TOKEN: ${{ secrets.NCS_GITHUB_TOKEN }}