-
Github Actions通过vscode-github-triage-actions助力VS Code解决我们的问题
资源介绍
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