Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 将拉取请求和相关议题放在同一个并发组 #347

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

he0119
Copy link
Member

@he0119 he0119 commented Jan 1, 2025

并且是拉取请求相关操作时,会取消之前正在运行的操作。

比如,当评论之后马上关闭拉取请求,这个时候评论触发的操作还在进行,拉取请求的操作又被触发时,之前评论的操作会因为是同一个并发组被取消。

如果此时拉取请求的操作还在排队,这时候分支还存在,因为之前将拉取请求和分支绑定,也不会新建拉取请求。待拉取请求触发的操作运行后,会自动删除相关分支。

fixed #345

@github-actions github-actions bot added the bug Something isn't working label Jan 1, 2025
Copy link

codecov bot commented Jan 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.60%. Comparing base (31f3f0c) to head (8090257).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #347   +/-   ##
=======================================
  Coverage   93.60%   93.60%           
=======================================
  Files          41       41           
  Lines        2268     2268           
=======================================
  Hits         2123     2123           
  Misses        145      145           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: 评论之后如果立即关闭 PR 会再次创建
1 participant