From a0aa446117664d277b80b4aeb101801b156b1662 Mon Sep 17 00:00:00 2001 From: Kari Hamalainen Date: Fri, 12 Sep 2025 10:46:10 +0300 Subject: [PATCH] [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 --- .github/workflows/manifest-PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manifest-PR.yml b/.github/workflows/manifest-PR.yml index a871aa381de..47330114652 100644 --- a/.github/workflows/manifest-PR.yml +++ b/.github/workflows/manifest-PR.yml @@ -1,7 +1,7 @@ name: handle manifest PR on: pull_request_target: - types: [opened, synchronize, closed] + types: [opened, synchronize, closed, reopened] branches: - main