文件名称:takolabel:操作GitHub标签的命令
文件大小:22KB
文件格式:ZIP
更新时间:2024-05-08 12:34:43
Go
takolabel 在指定存储库中批量创建多个GitHub Issue Labels。 在app.env以下变量 BASE_URL(示例: https://ghe.example.com/ ://ghe.example.com/) GITHUB_TOKEN 将标签设置labels.yaml并执行。 例子: repositories : - org : some-org repo : some-org-repo-1 - org : some-org repo : some-org-repo-2 - org : another-org repo : another-org-repo-1 labels : - name : Label One description : This is the label one color
【文件预览】:
takolabel-main
----cmd()
--------takolabel()
----.gitignore(240B)
----go.sum(52KB)
----README.md(695B)
----util()
--------config.go(267B)
----go.mod(297B)