diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 71dc839f84d..fb766fd7630 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,8 @@ ## Link issues -[请在下方 # 后面填写相关 Issue 编号,如 #42] -fixes #{bug number} (in this specific format) +fixes #{issue number} +[Please fill in the relevant Issue number after the # above, such as #42] +[请在上方 # 后面填写相关 Issue 编号,如 #42] ## Summary By Copilot @@ -12,7 +13,6 @@ fixes #{bug number} (in this specific format) - [ ] No [If yes, specify the version the behavior has regressed from] - [是否影响老版本] ## Risk diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f89716fde29..939980549cd 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -4,6 +4,7 @@ on: push: branches: - pack + - release jobs: docker: diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 5c879387e3e..c710c9006e6 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -4,12 +4,13 @@ on: push: branches: - pack + - release - hotfix jobs: pack: runs-on: ubuntu-latest - + steps: - uses: actions/checkout@v4 @@ -19,7 +20,7 @@ jobs: dotnet-version: 9.0.x - name: Publish to Nuget - env: + env: NUGET_API_KEY: ${{secrets.NUGET_API_KEY}} Bundle: True