Skip to content

test: 重命名测试文件夹名与源代码中的命名保持一致 #653

test: 重命名测试文件夹名与源代码中的命名保持一致

test: 重命名测试文件夹名与源代码中的命名保持一致 #653

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
name: Update Release Draft
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}