Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Bug 报告"
description: "报告可以稳定复现的错误或非预期行为"
title: "[Bug]: "
labels:
- "bug"
- "type: bug"
assignees: []

body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "功能或改进建议"
description: "提出新能力、工作流改进或用户可见行为变更"
title: "[Feature]: "
labels:
- "enhancement"
- "type: feature"
assignees: []

body:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/sync-labels/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "MathArts Sync Labels"
description: "以 .github/labels.yml 为权威来源,严格同步组织内仓库标签"
description: "同步组织级受管标签,同时保留仓库自行维护的扩展标签"

inputs:
token:
Expand Down
Loading
Loading