From 5f38055e15596e58959e0de5d33c29990ff1a5fa Mon Sep 17 00:00:00 2001 From: openvela-robot Date: Thu, 26 Dec 2024 16:57:04 +0800 Subject: [PATCH] ci.yml add approval trigger ci, add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + .github/workflows/ci.yml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..17cf4cb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @liujinye-sys @zhangning21 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fdd667..c6feefd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ name: CI # Controls when the workflow will run on: + pull_request: + types: [opened, reopened, synchronize] pull_request_review: types: [submitted]