Skip to content

Releases: TDesignOteam/tdesign-projects-action

0.0.3

22 Dec 09:32

Choose a tag to compare

What's Changed

Feature

  • refactor(prTrigger): 避免同时处理多个 issue 导致查询竞态 by @RSS1102 in #48
  • feat(issue): 忽略组件名称大小写,进行归一化 PascalCase 格式 by @RSS1102 in #58
  • refactor: 优化代码结构和错误处理,提升可读性和稳定性 by @RSS1102 in #59

Chore

Deps

  • chore(deps): update all non-major dependencies by @renovate[bot] in #42
  • chore(deps): update all non-major dependencies by @renovate[bot] in #43
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #45
  • chore(deps): update all non-major dependencies by @renovate[bot] in #44
  • chore(deps): update all non-major dependencies by @renovate[bot] in #47
  • chore(deps): update all non-major dependencies by @renovate[bot] in #54
  • fix(deps): update dependency @actions/core to v2 by @renovate[bot] in #56
  • chore(deps): update all non-major dependencies by @renovate[bot] in #55

Full Changelog: 0.0.2...0.0.3

0.0.2

05 Nov 08:34
8be5b46

Choose a tag to compare

What's Changed

  • fix: 修复匹配文本检测中的 unicode emoji 导致日志输出错误 by @RSS1102 in #40
  • chore: 移除 pr 内容的日志输出 by @RSS1102 in #41

Full Changelog: 0.0.1...0.0.2

0.0.1

04 Nov 08:33
b4ca29e

Choose a tag to compare

What's Changed

  • fix: add await for async query in needToDoOptionId and deviceOptionId assignment by @RSS1102 in #1
  • feat: add pr2Issue to handle pr related issue status in project by @RSS1102 in #2
  • refactor: 支持三种项目类型:LABEL2TRIGGERPR2TRIGGERISSUE2TRIGGER 进行不同的操作 by @RSS1102 in #3
  • docs: 更新 README.md,添加项目简介及 GitHub Action 使用示例 by @RSS1102 in #4
  • fix: 修复 labelTrigger 中项目条件判断逻辑 by @RSS1102 in #5
  • feat: 当移除 🧐 unconfirmed 且符合添加条件时添加到 project by @RSS1102 in #7
  • refactor(labelTrigger): 重构 labelTrigger 函数,优化标签状态判断和字段更新逻辑 by @RSS1102 in #8
  • fix(prTrigger): 当 pr 未匹配到 issue 时不做后续处理,并优化了匹配 issue 功能 by @RSS1102 in #10
  • refactor(PR2TRIGGER): 忽略包含 release 的分支或 base_refmain by @RSS1102 in #17
  • refactor: use tsdown and improve eslint rules by @liweijie0812 in #16
  • chore: Configure Renovate by @renovate[bot] in #18
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #23
  • chore(deps): update all non-major dependencies by @renovate[bot] in #22
  • chore(deps): update all non-major dependencies by @renovate[bot] in #24
  • chore(deps): update actions/setup-node action to v5 by @renovate[bot] in #26
  • chore(deps): update all non-major dependencies by @renovate[bot] in #25
  • chore(deps): update all non-major dependencies by @renovate[bot] in #28
  • chore(deps): update actions/setup-node action to v5 by @renovate[bot] in #29
  • chore(deps): update all non-major dependencies by @renovate[bot] in #30
  • fix(labelTrigger): improve logging for unconfirmed label handling by @RSS1102 in #31
  • chore(deps): update all non-major dependencies by @renovate[bot] in #32
  • chore(deps): update all non-major dependencies by @renovate[bot] in #33
  • chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #35
  • chore(deps): update all non-major dependencies by @renovate[bot] in #34
  • chore(deps): update dependency @antfu/eslint-config to v6 by @renovate[bot] in #37
  • chore(deps): update all non-major dependencies by @renovate[bot] in #36
  • chore(deps): update all non-major dependencies by @renovate[bot] in #38
  • fix: handle errors when checking if issue is mentioned in pr by @RSS1102 in #39

New Contributors

Full Changelog: https://github.com/TDesignOteam/tdesign-projects-action/commits/0.0.1