chore: update ci

This commit is contained in:
vben
2024-06-16 23:50:17 +08:00
parent 6ffec31ce8
commit 351a41e219
49 changed files with 368 additions and 75 deletions

21
.github/workflows/draft.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Release Drafter
on:
push:
branches:
- main
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@master
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}