文件名称:里程碑关闭器:自动关闭100%的里程碑
文件大小:246KB
文件格式:ZIP
更新时间:2024-02-26 11:24:33
automation project-management milestones prs github-action
关闭已完成的里程碑 自动关闭具有3个以上问题/当前状态的里程碑,所有问题/当前状态都标记为已关闭。 用法 基本(每20分钟运行一次): name : " Close finished milestones " on : schedule : - cron : " */20 * * * * " jobs : milestone-closer : runs-on : ubuntu-latest steps : - uses : instantish/milestone-closer@v1.1.0 with : repo-token
【文件预览】:
milestone-closer-master
----docs()
--------contributors.md(124B)
----package.json(1KB)
----__tests__()
--------main.test.ts(4KB)
----.eslintrc.json(2KB)
----.github()
--------workflows()
----jest.config.js(235B)
----action.yml(526B)
----LICENSE(1KB)
----package-lock.json(253KB)
----dist()
--------index.js(606KB)
----src()
--------MilestoneProcessor.ts(4KB)
--------main.ts(636B)
----tsconfig.json(1KB)
----.gitignore(34B)
----README.md(2KB)
----yarn.lock(191KB)
----.eslintignore(24B)
----.prettierrc.json(224B)