feat(gh): Initialize github workflows (#1)

This commit is contained in:
Wanjohi
2024-05-30 04:42:28 +03:00
committed by GitHub
parent c452561766
commit 2662dfb8ad
9 changed files with 429 additions and 0 deletions

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

@@ -0,0 +1,16 @@
name: Release drafter
on:
push:
branches: [ main ]
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}