Skip to content

Add labeler workflow to automatically label pr's (#11) #4

Add labeler workflow to automatically label pr's (#11)

Add labeler workflow to automatically label pr's (#11) #4

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write # to create a github release
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update Release Draft
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}