在Visual Studio代码中使用GitHub拉取请求和问题创建问题时,是否可以将GitHub问题直接分配给项目板



环境:

  • 已安装VSCode
  • 以VSCode登录GitHub
  • "GitHub拉取请求和问题";已安装扩展
  • 具有已知项目委员会的开放式单个存储库,例如">概述">

解释:
如果我在VSCode中打开命令调色板并键入";GitHub问题:创建一个问题"然后按回车键,将打开一个文件。该文件被称为";NewIssue.md";并包含以下内容:

Issue Title
Assignees: Comma-separated usernames, either @username or just username.
Labels: Comma-separated labels.

<!-- Edit the body of your new issue then click the ✓ "Create Issue" button in the top right of
the editor. The first line will be the issue title. Assignees and Labels follow after a blank
line. Leave an empty line before beginning the body of the issue. -->

我可以按照评论栏中的建议创建一个问题和标题。

有没有办法将其分配给该文件中的项目委员会
我尝试在Labels:下方添加Projects: General
它创建了问题,但没有自动将其分配给项目委员会。

感谢

如果您正在使用测试版项目板,您可以使用以下操作:https://github.com/marketplace/actions/add-to-github-projects-beta将问题从工作流添加到您的董事会。

该操作有很好的文档记录,但总体思路是,您有一个工作流,该工作流由新问题或对现有问题标签的更改触发,如果标签与您定义的列表匹配,则问题会添加到董事会中。

相关内容

  • 没有找到相关文章

最新更新