Skip to content

Commit

Permalink
workflow(label): 添加TG群链接并删除社群通知 (#2234)
Browse files Browse the repository at this point in the history
Update issue-labeled.yml
  • Loading branch information
linlinzzo authored May 4, 2024
1 parent d87437e commit 1f72438
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand All @@ -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 ,欢迎你加入。"
});
}

0 comments on commit 1f72438

Please sign in to comment.