Merge pull request #362 from EstrellaXD/3.0-dev

3.0.9
This commit is contained in:
Estrella Pan
2023-06-30 13:05:18 +08:00
committed by GitHub
107 changed files with 272 additions and 131 deletions

View File

@@ -1,6 +1,6 @@
name: 问题反馈
description: File a bug report
title: "[错误报告] 请在此处简单描述你的问题"
title: "[错误报告]请在此处简单描述你的问题"
labels: ["bug"]
body:
- type: markdown

View File

@@ -1,6 +1,6 @@
name: 项目讨论
description: discussion
title: "[Discussion]: "
title: "[Discussion] "
labels: ["discussion"]
body:
- type: markdown

View File

@@ -1,6 +1,6 @@
name: 功能改进
description: Feature Request
title: "[Feature Request]: "
title: "[Feature Request]"
labels: ["feature request"]
body:
- type: markdown

View File

@@ -2,7 +2,7 @@
name: 功能提案
description: Request for Comments
title: "[RFC]: "
title: "[RFC]"
labels: ["RFC"]
body:
- type: markdown

View File

@@ -22,7 +22,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install pytest
- name: Test
working-directory: ./src
working-directory: ./backend/src
run: |
mkdir -p config
pytest
@@ -35,7 +35,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Create Version info
working-directory: ./src
working-directory: ./backend/src
run: |
echo "VERSION = '$GITHUB_REF_NAME'" > module/__version__.py