Skip to content

Conversation

@yvonneyx
Copy link
Collaborator

@yvonneyx yvonneyx commented Feb 6, 2025

使用 Github Actions workflows 在 Triaging Stage 自动化标签管理。

  1. 当新 issue 被创建时,系统会自动添加 "waiting for maintainer" 标签,表示等待维护者处理。

  2. 维护者查看 issue 后,需要作者补充信息:

  • 手动添加 "waiting for author"、"need improvement" 标签后
  • 工作流会自动:
    • 移除 "waiting for maintainer" 标签
    • 如果作者 14 天内没有回复,issue 会被自动关闭
    • 原作者回复后,会移除 "waiting for maintainer" 并添加 "waiting for maintainer" 标签
  1. 维护者标记 issue 类型
  • 手动添加以下标签之一
    • bug 🐛
    • documentation 📖
    • feature 💡
    • question 💬
    • notabug(不是 bug)
    • wontfix
    • duplicate
    • stale
  • 系统会自动移除 "waiting for maintainer" 标签
  1. 标签恢复

如果所有标签被删除,系统会自动重新添加 "waiting for maintainer" 标签

@yvonneyx yvonneyx merged commit af4ff1e into master Feb 6, 2025
@yvonneyx yvonneyx changed the title feat: github actions to triage issues feat: use github actions to triage issues Feb 6, 2025
@yvonneyx yvonneyx deleted the worflow branch February 6, 2025 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants