Explorar o código

chore: add github workflows

陈文彬 %!s(int64=4) %!d(string=hai) anos
pai
achega
5b0a21ecb0
Modificáronse 1 ficheiros con 16 adicións e 0 borrados
  1. 16 0
      .github/workflows/release-drafter.yml

+ 16 - 0
.github/workflows/release-drafter.yml

@@ -0,0 +1,16 @@
+name: Release Drafter
+
+on:
+  push:
+    branches:
+      - main
+
+jobs:
+  draft_release:
+    name: Draft release
+    runs-on: ubuntu-latest
+    steps:
+      - uses: release-drafter/release-drafter@v5.11.0
+        name: Draft
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}