Skip to content

Commit

Permalink
Upgrade to latest ver of release-drafter and update config (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Oct 18, 2023
1 parent 71928ae commit 736d6f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/push.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release Drafter

on:
push:
branches:
- master

permissions:
contents: write
pull-requests: read

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 736d6f0

Please sign in to comment.