Skip to content

Commit

Permalink
ci: add workflow to create manifest PRs
Browse files Browse the repository at this point in the history
This action will create manifest PR automatically
for every PR that gets created into this repo.

Signed-off-by: Kari Hamalainen <[email protected]>
  • Loading branch information
karhama committed Mar 26, 2024
1 parent a11ef8f commit 6a116fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/manifest-PR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Automatically create manifest PR
on:
pull_request_target:
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 }}

0 comments on commit 6a116fa

Please sign in to comment.