ConnectAI-E / GitMaya

🌊 One repo = one chat, make git flow in chat, next generation gitops for boosting developer-teams productivity, supports feishu, discord and slack
https://gitmaya.com
MIT License
147 stars 12 forks source link

新建 Issue 自动创建对应的 branch #248

Open freeziyou opened 7 months ago

freeziyou commented 7 months ago

为了防止一个issue有多个branch造成冲突,在创建issue时自动创建对应的branch,约定针对该issue统一在此branch中修改

实现:
github api,create a ref
https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#create-a-reference
https://stackoverflow.com/questions/9506181/github-api-create-bran