登录 注册
当前位置:主页 > 资源下载 > 9 > Github Actions通过vscode-github-triage-actions助力VS Code解决我们的问题

Github Actions通过vscode-github-triage-actions助力VS Code解决我们的问题

  • 更新:2024-11-06 22:57:26
  • 大小:211KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

VS Code的问题分类GitHub操作 我们在此处托管我们的以对问题进行分类。 其中许多不是特定于VS Code的,可以通过导入存储库在其他项目中使用,如下所示: steps : - name : Checkout Actions uses : actions/checkout@v2 with : repository : ' JacksonKearl/vscode-triage-github-actions ' ref : master # not recommeneded, use the lastest released tag to ensure stability - name : Install Actions run : npm install --production - name : Run Commands