Skip to content

Revert "Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0" #79

Revert "Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0"

Revert "Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0" #79

name: Draft a release note
on:
push:
branches:
- main
- master
jobs:
draft_release:
name: Release Drafter
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}