Skip to content

Commit 96ef102

Browse files
committed
[nrf noup] ci: add reopen for manifest-pr action
Previously reopening of PR did not reopen manifest PR. This commit will enable reopening of manifest PR in such case. Signed-off-by: Kari Hamalainen <[email protected]>
1 parent 25ced41 commit 96ef102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manifest-PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: handle manifest PR
22
on:
33
pull_request_target:
4-
types: [opened, synchronize, closed]
4+
types: [opened, synchronize, closed, reopened]
55
branches:
66
- main
77

0 commit comments

Comments
 (0)