Skip to content

Commit 7dfc114

Browse files
karhamajukkar
authored andcommitted
[nrf noup] workflows: Add manifest PRs creation
Adding action to create manifest PRs automatically. Signed-off-by: Kari Hamalainen <[email protected]> (cherry picked from commit 37486f5)
1 parent f0246df commit 7dfc114

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/manifest-PR.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: handle manifest PR
2+
on:
3+
pull_request_target:
4+
types: [opened, synchronize, closed]
5+
branches:
6+
- main
7+
8+
9+
jobs:
10+
call-manifest-pr-action:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: handle manifest PR
14+
uses: nrfconnect/action-manifest-pr@main
15+
with:
16+
token: ${{ secrets.NCS_GITHUB_TOKEN }}
17+
manifest-pr-title-details: ${{ github.event.pull_request.title }}

0 commit comments

Comments
 (0)