Create release-drafter.yml

This commit is contained in:
吴多益 2022-03-31 21:14:10 +08:00 committed by GitHub
parent c63acc87c3
commit e93a86df3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/release-drafter.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}