From 1f7243821609cf87f8bdda2aed6cd02c46077200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=9E=97?= Date: Sat, 4 May 2024 23:31:16 +0800 Subject: [PATCH] =?UTF-8?q?workflow(label):=20=E6=B7=BB=E5=8A=A0TG?= =?UTF-8?q?=E7=BE=A4=E9=93=BE=E6=8E=A5=E5=B9=B6=E5=88=A0=E9=99=A4=E7=A4=BE?= =?UTF-8?q?=E7=BE=A4=E9=80=9A=E7=9F=A5=20(#2234)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update issue-labeled.yml --- .github/workflows/issue-labeled.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index ce8ed7be7..68150fe17 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -19,7 +19,7 @@ jobs: issue_number: issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: "您的申请已通过,欢迎加入开往大家庭~\n约10分钟后您便可以在[开往成员列表](https://list.travellings.cn)搜索到您的网站~\n开往的QQ群:186690715" + body: "您的申请已通过,欢迎加入开往大家庭~\n约 10 分钟后您便可以在[开往成员列表](https://list.travellings.cn)搜索到您的网站~\n开往的 QQ 群:186690715,开往的 Telegram 群:[TravellingsCN](https://t.me/TravellingsCN)" }); } else if (label.name === "信息更改完成") { github.issues.createComment({ @@ -35,11 +35,4 @@ jobs: repo: context.repo.repo, state: "closed" }); - } else if (label.name === "社群通知") { - github.issues.createComment({ - issue_number: issue.number, - owner: context.repo.owner, - repo: context.repo.repo, - body: " 开往成员站长,你好。\n 为了组织抽奖活动,及时通知开往的事务,提供站长交流的平台,开往开设了 QQ 群 186690715 和 Telegram 群 https://t.me/TravellingsCN ,欢迎你加入。" - }); }