Skip to content
Snippets Groups Projects
Unverified Commit 17cd25b5 authored by darrylong's avatar darrylong Committed by GitHub
Browse files

Create release-drafter.yml (#534)

parent a25054df
No related branches found
No related tags found
No related merge requests found
name: Release Drafter
on:
push:
branches:
- main
paths-ignore:
- ".github/**"
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Draft release
uses: release-drafter/release-drafter@v5.25.0
id: release_drafter
with:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment