https://github.com/typoverflow/sync-issue
使用Github Action同步nju.git和github仓库之间的issues。
https://github.com/typoverflow/sync-issue
Last synced: about 1 year ago
JSON representation
使用Github Action同步nju.git和github仓库之间的issues。
- Host: GitHub
- URL: https://github.com/typoverflow/sync-issue
- Owner: typoverflow
- Created: 2021-05-18T16:47:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T08:22:32.000Z (almost 5 years ago)
- Last Synced: 2025-02-17T10:14:20.552Z (over 1 year ago)
- Language: Python
- Size: 851 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sync-issue
用于同步NJU.Git仓库的issue至Github仓库的脚本,使用Github Action定时运行
目前仅用作同步[LUG Joke Collection](https://git.nju.edu.cn/nju-lug/lug-joke-collection)仓库(需校园网)中的issues,路过的话不妨去原仓库看看。
由于同时在两个仓库同步Issue会对维护者的timeline造成较大污染,因此issue的同步效果请参考南京大学Linux Users Group的[官方Joke仓库](https://github.com/nju-lug/LUG-Joke-Collection)。
## Usage
待填坑
## Update
+ 2021-05-19 00:45
+ 重写了代码结构,使用Issue类管理Issue相关的资源
+ 添加了同步图片的功能,目前使用的解决方案是上传到仓库里
+ 修正了issue顺序紊乱的问题
+ 2021-05-17 不详
+ First Commit
+ 实现了Gitlab迁移至Github的功能,不过仅限文本
## TODO
+ [x] 修正issue的顺序
+ [x] 添加图片同步功能
+ [ ] 支持gitee