Skip to content

Commit

Permalink
feat: release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
arunpoudel committed Sep 19, 2024
1 parent b7da9ef commit d7de24e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release Drafter
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
- edited
permissions:
contents: read
jobs:
release-draft:
permissions:
pull-requests: write
contents: write
uses: >-
coopnorge/github-workflow-release-drafter/.github/workflows/[email protected]

0 comments on commit d7de24e

Please sign in to comment.