Skip to content

Messge host restart - suppress flow fix - support 6.x (#267) #207

Messge host restart - suppress flow fix - support 6.x (#267)

Messge host restart - suppress flow fix - support 6.x (#267) #207

name: Release Drafter
on:
push:
branches:
- 'support/6.x'
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-v6.x.yml # located in .github/ in default branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}