1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

Merge branch 'master' into dev

This commit is contained in:
Mrs4s 2021-12-16 17:20:51 +08:00
commit 3ebcb70fce
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7
2 changed files with 1 additions and 11 deletions

View File

@ -121,14 +121,6 @@ body:
validations: validations:
required: true required: true
# Optional | Reproduce possible
- type: checkboxes
id: reproduce-possible
attributes:
label: 在最新的 Release 版本中能否复现
options:
- label:
# Input | Reproduce # Input | Reproduce
- type: textarea - type: textarea
id: reproduce-steps id: reproduce-steps

View File

@ -7,9 +7,7 @@ on:
# Sequence of patterns matched against refs/tags # Sequence of patterns matched against refs/tags
tags: tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
schedule:
# 每晚十点生成 nightly 镜像
- cron: '00 14 * * *' # GMT 14:00 => 北京时间 22:00
workflow_dispatch: workflow_dispatch:
jobs: jobs: