Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxdeepin/.github
The github tools
https://github.com/linuxdeepin/.github
Last synced: 1 day ago
JSON representation
The github tools
- Host: GitHub
- URL: https://github.com/linuxdeepin/.github
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2022-02-18T06:58:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T05:45:54.000Z (7 months ago)
- Last Synced: 2024-04-12T14:22:56.345Z (7 months ago)
- Language: JavaScript
- Size: 571 KB
- Stars: 10
- Watchers: 9
- Forks: 94
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .github
The github tools
## 同步模板文件
同步模板文件到组织的所有仓库中, 可以修改 repos 目录下的配置文件, [文档](https://github.com/linuxdeepin/action-sync)
## 开关仓库功能
开启或关闭仓库功能, 如 wiki/project/issue, 可以修改 organization.yaml, [文档](https://github.com/linuxdeepin/action-organization-manager)
## 团队
添加成员, 添加关联的仓库、项目并修改权限,可以修改 teams.yaml, [文档](https://github.com/linuxdeepin/action-teams-manager)
## 静态代码检查
开启或关闭仓库功能, 如 wiki/project/issue, 可以修改 organization.yaml, [文档](https://github.com/linuxdeepin/action-cppcheck)
## 工作流模板
### backup-to-gitlab
备份仓库到gitee和内网的gitlab
### call-build-deb
编译构建检查
### call-chatOps
合并机器人
### call-commitlint
commit信息检查
### cppcheck
cpp代码静态检查