We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58175b6 commit 37486f5Copy full SHA for 37486f5
.github/workflows/manifest-PR.yml
@@ -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