Skip to content

Commit

Permalink
chore: add release drafter (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtzeDeVries authored Dec 7, 2023
1 parent dbad32f commit 4af35d5
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 4af35d5

Please sign in to comment.