From 7d92cc69c14769c301b949ba018295d43062c5a1 Mon Sep 17 00:00:00 2001 From: lc6464 <64722907+lc6464@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:05:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=BA=9B=20.github?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/{bug---.md => bug-report.md} | 4 ++-- .github/ISSUE_TEMPLATE/{need-help.md => help-wanted.md} | 4 ++-- .github/ISSUE_TEMPLATE/idea.md | 2 +- .github/workflows/docker.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename .github/ISSUE_TEMPLATE/{bug---.md => bug-report.md} (88%) rename .github/ISSUE_TEMPLATE/{need-help.md => help-wanted.md} (88%) diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 88% rename from .github/ISSUE_TEMPLATE/bug---.md rename to .github/ISSUE_TEMPLATE/bug-report.md index c8793b5c..c08332d1 100644 --- a/.github/ISSUE_TEMPLATE/bug---.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -3,7 +3,7 @@ name: Bug 反馈 about: 向我们提交一个 Bug 反馈。 title: "【BUG 反馈】" labels: bug -assignees: yuantuo666, lc6464 +assignees: yuantuo666 --- @@ -28,7 +28,7 @@ assignees: yuantuo666, lc6464 ## 您的设备信息 - 服务器系统信息: - 服务器 PHP 版本: - - 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本): + - 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本): ## 补充信息 diff --git a/.github/ISSUE_TEMPLATE/need-help.md b/.github/ISSUE_TEMPLATE/help-wanted.md similarity index 88% rename from .github/ISSUE_TEMPLATE/need-help.md rename to .github/ISSUE_TEMPLATE/help-wanted.md index c7f1ba00..6e11b518 100644 --- a/.github/ISSUE_TEMPLATE/need-help.md +++ b/.github/ISSUE_TEMPLATE/help-wanted.md @@ -3,7 +3,7 @@ name: 寻求帮助 about: 向我们及广大网友寻求帮助。 title: "【寻求帮助】" labels: "help wanted" -assignees: yuantuo666, lc6464 +assignees: yuantuo666 --- @@ -28,7 +28,7 @@ assignees: yuantuo666, lc6464 ## 您的设备信息 - 服务器系统信息: - 服务器 PHP 版本: - - 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本): + - 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本): ## 补充信息 diff --git a/.github/ISSUE_TEMPLATE/idea.md b/.github/ISSUE_TEMPLATE/idea.md index d3afeb26..e74cc700 100644 --- a/.github/ISSUE_TEMPLATE/idea.md +++ b/.github/ISSUE_TEMPLATE/idea.md @@ -3,7 +3,7 @@ name: 提交建议 about: 向我们提交一个建议。 title: "【建议】" labels: enhancement -assignees: yuantuo666, lc6464 +assignees: yuantuo666 --- diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 40903941..19908855 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Parse version from tag name run: echo "VERSION=$(echo $GITHUB_REF | sed -n 's/refs\/tags\/v\(.*\)/\1/p')" >> $GITHUB_ENV