label merge conflicts action:GitHub Action以合并冲突自动标记PR 源码
自动合并冲突的标签拉取请求 目的 此操作检查所有打开的合并请求是否存在合并冲突,并用标记它们。 ( )的时间要短一些。 将其添加到您的项目中 创建标签 您需要通过GitHub手动创建标签。 如果您愿意的话,可以通过UI来完成。 设置工作流程 name : Auto Label Conflicts on : push : branches : [master] pull_request : types : [opened, synchronize, reopened] branches : [master] jobs : auto-label : runs-on : ubuntu-latest steps : - uses : prince-chrismc/label-merge-conflicts-action@v1
文件列表
label-merge-conflicts-action-main.zip
(预估有个30文件)
label-merge-conflicts-action-main
package.json
1KB
__tests__
main.test.ts
28KB
.eslintrc.json
2KB
.github
dependabot.yml
274B
workflows
test.yml
1KB
label-merge-conflicts.png
157KB
暂无评论