From bdebaf7e8f54db580aefa19f0104a2293a507451 Mon Sep 17 00:00:00 2001 From: hongbo-trey Date: Mon, 30 Mar 2026 14:49:40 +0800 Subject: [PATCH 1/3] set ci-secure config --- .github/CODEOWNERS | 3 +++ .github/workflows/release.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 496f6edd..1d994c56 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,3 +12,6 @@ # debug-trace-server binary /bin/debug-trace-server/ @krabat-I + +# ci configs +.github/ @Troublor @flyq @krabat-l @yunlonggao-mega \ No newline at end of file diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec14d09a..986e01e9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,6 +23,8 @@ jobs: compile: # The type of runner that the job will run on runs-on: ubuntu-24.04 + environment: + name: prod # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it From 72a594293a6dc21dec8ecd70e1b22bba6999e446 Mon Sep 17 00:00:00 2001 From: hongbo-trey Date: Wed, 1 Apr 2026 14:10:22 +0800 Subject: [PATCH 2/3] add .github owners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1d994c56..b131fe5f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,4 +14,4 @@ /bin/debug-trace-server/ @krabat-I # ci configs -.github/ @Troublor @flyq @krabat-l @yunlonggao-mega \ No newline at end of file +.github/ @Troublor @flyq @krabat-l @yunlonggao-mega @mingy-mega @hongbo-trey \ No newline at end of file From 6edb888b5363fdf24f01b3d3c39e26194f3a145c Mon Sep 17 00:00:00 2001 From: hongbo-trey Date: Wed, 1 Apr 2026 14:45:35 +0800 Subject: [PATCH 3/3] fix codeowners --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b131fe5f..c9977fdd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,7 +11,7 @@ /bin/stateless-validator/ @flyq # debug-trace-server binary -/bin/debug-trace-server/ @krabat-I +/bin/debug-trace-server/ @krabat-l # ci configs -.github/ @Troublor @flyq @krabat-l @yunlonggao-mega @mingy-mega @hongbo-trey \ No newline at end of file +.github/ @Troublor @flyq @krabat-l @yunlonggao-mega @mingy-mega @hongbo-trey