Skip to content

Commit cb18255

Browse files
jaci-nordickkasperczyk-no
authored andcommitted
CI:make PR to manifest
GitHub action to automatically create Pull Requests in the manifest repo when updating revisions Signed-off-by: Jakub Ciesla <jakub.ciesla@nordicsemi.no>
1 parent b129144 commit cb18255

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Create manifest PR
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, synchronize, closed]
6+
branches:
7+
- master
8+
9+
jobs:
10+
create-manifest-pr:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Create manifest PR
14+
uses: nrfconnect/action-manifest-pr@main
15+
with:
16+
token: ${{ secrets.NCS_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)