Skip to content

Commit

Permalink
Update release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo committed Nov 1, 2024
1 parent d4dec75 commit c01f594
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ name: Release Drafter

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

permissions:
contents: read

jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
Expand Down

0 comments on commit c01f594

Please sign in to comment.