Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
并且是拉取请求相关操作时,会取消之前正在运行的操作。
比如,当评论之后马上关闭拉取请求,这个时候评论触发的操作还在进行,拉取请求的操作又被触发时,之前评论的操作会因为是同一个并发组被取消。
如果此时拉取请求的操作还在排队,这时候分支还存在,因为之前将拉取请求和分支绑定,也不会新建拉取请求。待拉取请求触发的操作运行后,会自动删除相关分支。
fixed #345