在每一个具有特定标签的拉请求上,我们的github操作机器人都会做出一个自动注释,其中包括一个模板,需要由PR审批人编辑,然后才能合并。 **Hello, @${{ github.actor }}!** **Edit and input the following BEFORE approving the PR!** * Description: XXXXXXXXXX
* Justification: X
我想在windows上创建基本的github-action作业,安装k6 (https://docs.k6.io/docs/installation#section-windows-msi-installer)作为从https://dl.bintray.com/loadimpact/windows/k6-v0.25.1-amd64.msi下载的msi包。 jobs: name: k6 on windows - name: Install k6 from msi packa