Skip to content

Commit

Permalink
Merge pull request #309 from cta-observatory/rel_draft
Browse files Browse the repository at this point in the history
Add release drafter action
  • Loading branch information
morcuended authored Oct 24, 2024
2 parents fd8174e + ade80ae commit 2209c93
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release Drafter

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main


jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2209c93

Please sign in to comment.