mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
ci(issuebot): enable recheck on edit (#743)
This commit is contained in:
parent
30a80ee53c
commit
ee3e47bb53
9
.github/ISSUE_TEMPLATE/bug--.md
vendored
9
.github/ISSUE_TEMPLATE/bug--.md
vendored
@ -1,13 +1,16 @@
|
|||||||
---
|
---
|
||||||
name: Bug汇报
|
name: Bug汇报
|
||||||
about: 遇到了bug? 你可以在这里开始汇报
|
about: 遇到了bug? 你可以在这里开始汇报(仅限软件本体问题)
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: bug?
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
|
!请不要删除此处内容!
|
||||||
|
|
||||||
在您发布此Issue前, 请您花一点时间查看下面几条指引🔽
|
在您发布此Issue前, 请您花一点时间查看下面几条指引🔽
|
||||||
|
|
||||||
1: ❗ | 确定没有相同问题的ISSUE已被提出. (教程: https://github.com/Mrs4s/go-cqhttp/issues/633)
|
1: ❗ | 确定没有相同问题的ISSUE已被提出. (教程: https://github.com/Mrs4s/go-cqhttp/issues/633)
|
||||||
@ -28,7 +31,7 @@ assignees: ''
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
**环境信息**
|
**环境信息**
|
||||||
<!-- 请根据实际使用环境修改以下信息。请勿留空。 -->
|
<!-- 请根据实际使用环境修改以下信息。请勿删除或留空。 -->
|
||||||
go-cqhttp版本:
|
go-cqhttp版本:
|
||||||
运行环境:
|
运行环境:
|
||||||
连接方式:
|
连接方式:
|
||||||
|
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: 提出新建议/功能
|
- name: 讨论区
|
||||||
url: https://github.com/Mrs4s/go-cqhttp/discussions/new
|
url: https://github.com/Mrs4s/go-cqhttp/discussions/
|
||||||
about: 请在这里提出你的建议或功能
|
about: 使用中若遇到问题或有新点子新需求,请先在这里求助和征求意见。
|
||||||
|
2
.github/ISSUE_TEMPLATE/feat--.md
vendored
2
.github/ISSUE_TEMPLATE/feat--.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: 新功能提议
|
name: 新功能提议
|
||||||
about: 提出新功能
|
about: 提出新功能
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: feature request
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
2
.github/workflows/issuebot.yml
vendored
2
.github/workflows/issuebot.yml
vendored
@ -2,7 +2,7 @@ name: Issuebot
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [opened]
|
types: [opened, edited]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
new_issue:
|
new_issue:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user