nonebot / noneflow

NoneBot workflow management bot built with NoneBot
https://github.com/apps/noneflow
MIT License
18 stars 7 forks source link

fix: rule 新增 is_publish_related_workflow #255

Closed he0119 closed 4 weeks ago

he0119 commented 4 weeks ago

只有当没有 Remove 标签时,才会走发布流程

同时修改了判断 Bot 的方式,仅通过 sender.type 判断

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.28%. Comparing base (057d196) to head (17b750d). Report is 2 commits behind head on main.

:white_check_mark: All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/plugins/github/depends/__init__.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #255 +/- ## ========================================== + Coverage 92.02% 92.28% +0.25% ========================================== Files 34 34 Lines 1756 1763 +7 ========================================== + Hits 1616 1627 +11 + Misses 140 136 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.