未验证 提交 ecbc4f99 编写于 作者: R Richasy 提交者: GitHub

调整Issue模板和工作流 (#303)

上级 47d9ad65
......@@ -2,7 +2,6 @@
name: Bug 报告
about: 提交 Bug 以帮助我们提高应用体验
title: '[Bug]'
labels: bug, 待分配
assignees: Richasy
---
......@@ -19,6 +18,8 @@ assignees: Richasy
重现问题的步骤:
<!-- 将下面的内容替换为实际的复现步骤 -->
1. 打开应用
2. 进入 '...'
3. 点击 '....'
......@@ -62,12 +63,15 @@ assignees: Richasy
- [ ] ARM64 设备 <!-- 比如 Surface Pro X -->
- [ ] IoT
<!-- 如果你正在使用 Visual Studio 构建应用,请选择 VS 版本;如果不是,请忽略 -->
<!-- 如果你正在使用 Visual Studio 构建应用,请取消下面的注释并选择 VS 版本;如果不是,请忽略 -->
<!--
Visual Studio 版本:
- [ ] 2017 (15.{版本号})
- [ ] 2019 (16.{版本号})
- [ ] 2022 (17.{版本号})
-->
## 日志记录
......
# Number of labels to fetch (optional). Defaults to 100
numLabels: 100
# These labels will not be used even if the issue contains them (optional).
# Pass a blank array if no labels are to be excluded.
# excludeLabels: []
excludeLabels:
- 通知 📣
# custom configuration to override default behaviour
# control explicitly what gets added and when
custom:
- location: title
keywords:
- 'Feature'
labels:
- 功能 💡
- location: title
keywords:
- 'Bug'
labels:
- bug 🐛
- location: title
keywords:
- 'Doc'
labels:
- 文档 📃
bug 🐛:
- '/[b,B]ug/'
功能 💡:
- '/[f,F]eature/'
文档 📃:
- '/[d,D]oc/'
\ No newline at end of file
name: "Issue Labeler"
on:
issues:
types: [opened, edited]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
not-before: 2021-09-25T00:00:00Z
enable-versioned-regex: 0
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册