Open shigma opened 2 years ago
Any idea about knowing if the issue is closed by commit? It's discriminated on the web but there seems no relating events or data.
The context is all the same.
Well in that case you can use push
event instead?
Do you know what keywords does GitHub use ?
such as fix #3
with close #3
okay, do it tomorrow how about merged pull request ?
push event is fine since it carries all the new commit object
Koishi uses squash merge so I don't worry about PRs. 🤣
Also I believe this feature should be optional since others may not want it. Maybe you can add a config, such as commit prefix or commit regexp.
When an existing issue is automatically closed due to a commit, add it to the current backlog and milestone.
"Current" refers to the smallest milestone greater than the latest release.