Releases: TDesignOteam/tdesign-projects-action
Releases · TDesignOteam/tdesign-projects-action
0.0.3
What's Changed
Feature
- refactor(prTrigger): 避免同时处理多个 issue 导致查询竞态 by @RSS1102 in #48
- feat(issue): 忽略组件名称大小写,进行归一化 PascalCase 格式 by @RSS1102 in #58
- refactor: 优化代码结构和错误处理,提升可读性和稳定性 by @RSS1102 in #59
Chore
- chore: 更新触发器文件的注释,增加功能说明和触发条件 by @RSS1102 in #52
- ci: add pr-spell-check by @liweijie0812 in #53
- rebuild by @liweijie0812 in #46
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
0.0.1
What's Changed
- fix: add await for async query in
needToDoOptionIdanddeviceOptionIdassignment by @RSS1102 in #1 - feat: add
pr2Issueto handle pr related issue status in project by @RSS1102 in #2 - refactor: 支持三种项目类型:
LABEL2TRIGGER、PR2TRIGGER、ISSUE2TRIGGER进行不同的操作 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_ref是mainby @RSS1102 in #17 - refactor: use
tsdownand 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
- @RSS1102 made their first contribution in #1
- @liweijie0812 made their first contribution in #16
- @renovate[bot] made their first contribution in #18
Full Changelog: https://github.com/TDesignOteam/tdesign-projects-action/commits/0.0.1