Closed Alex-huxiyang closed 2 days ago
本次变更引入了一个新的GitHub Actions工作流文件add-label.yml
,用于在特定的拉取请求事件触发时自动添加标签。该工作流在拉取请求被打开、同步、重新打开或手动触发时运行。与此同时,现有的CI工作流ci.yml
进行了修改,移除了添加标签的作业,并调整了事件触发方式及构建步骤的条件执行。
文件路径 | 变更摘要 |
---|---|
.github/workflows/add-label.yml | 新增工作流文件add-label.yml ,用于根据目标分支自动添加标签。 |
.github/workflows/ci.yml | 修改事件触发为pull_request ,移除add-label 作业,调整构建步骤的条件执行。 |
workflow_dispatch
触发器和dev-harmony
分支,相关于本PR中引入的新标签工作流。size/M
, 2.x
在兔子洞里忙碌跑,
新工作流来真是好。
标签添加真方便,
CI流程更流畅,
兔子欢跳乐无穷,
代码更新真美妙! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.07%. Comparing base (
66e9d1b
) to head (f6c8657
). Report is 3 commits behind head on next.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
🤔 这个变动的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
☑️ 请求合并前的自查清单
⚠️ 请自检并全部勾选全部选项。⚠️
Summary by CodeRabbit
add-label.yml
,用于根据拉取请求的目标分支自动添加标签。pull_request_target
更改为pull_request
。add-label
作业,简化了 CI 流程。next
时构建。