From ea788326622e9df0f79d3506b7670d3a63b35374 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Mon, 20 Oct 2025 12:12:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20Issue=20?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-check-inactive.yml | 26 ---------------------- .github/workflows/issue-close-required.yml | 26 ---------------------- 2 files changed, 52 deletions(-) delete mode 100644 .github/workflows/issue-check-inactive.yml delete mode 100644 .github/workflows/issue-close-required.yml diff --git a/.github/workflows/issue-check-inactive.yml b/.github/workflows/issue-check-inactive.yml deleted file mode 100644 index ac743f01..00000000 --- a/.github/workflows/issue-check-inactive.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Issue Check Inactive - -on: - schedule: - - cron: "0 0 */15 * *" - -permissions: - contents: read - -jobs: - issue-check-inactive: - permissions: - issues: write - runs-on: ubuntu-latest - steps: - - name: check-inactive - uses: actions-cool/issues-helper@v3 - with: - actions: 'check-inactive' - token: ${{ secrets.GITHUB_TOKEN }} - inactive-label: 'inactive' - inactive-day: 3 - body: | - Since the issue was labeled with `invalid`, but no response in 3 days. This issue will be closed. If you have any questions, you can comment and reply. - - 由于该 issue 被标记为不合规工程,却 3 天未收到回应。现关闭 issue,若有任何问题,可评论回复。 diff --git a/.github/workflows/issue-close-required.yml b/.github/workflows/issue-close-required.yml deleted file mode 100644 index f14f5e89..00000000 --- a/.github/workflows/issue-close-required.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Issue Close Require - -on: - schedule: - - cron: "0 0 * * *" - -permissions: - contents: read - -jobs: - issue-close-require: - permissions: - issues: write - runs-on: ubuntu-latest - steps: - - name: needs repro project - uses: actions-cool/issues-helper@v3 - with: - actions: 'close-issues' - token: ${{ secrets.GITHUB_TOKEN }} - labels: 'need-repro-project' - inactive-day: 3 - body: | - Since the issue was labeled with `need-repro-project`, but no response in 3 days. This issue will be closed. If you have any questions, you can comment and reply. - - 由于该 issue 被标记为需要复现工程,却 3 天未收到回应。现关闭 issue,若有任何问题,可评论回复。 From 98b7d4aae7b8f089bc7e63008ddb0c45ea8e7829 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Mon, 20 Oct 2025 12:13:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20action=20=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=9B=B4=E6=94=B9=E4=B8=BA=20net10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-pull-request-checks.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-pull-request-checks.yml b/.github/workflows/auto-pull-request-checks.yml index 1a0f224f..269bf16e 100644 --- a/.github/workflows/auto-pull-request-checks.yml +++ b/.github/workflows/auto-pull-request-checks.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Test run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56fcab6e..9f5da655 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Build env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36d7af2d..caea782a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Publish to Nuget env: