diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 496f6ed..c9977fd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,4 +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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec14d09..986e01e 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