Skip to content

konjacbot: test actions #5

konjacbot: test actions

konjacbot: test actions #5

Workflow file for this run

name: Create Release Note Workflow
# on:
# pull_request:
# types:
# - closed
# workflow_dispatch:
on:
pull_request:
branches:
- feature/#264-add-release-feature
types:
- closed
workflow_dispatch:
jobs:
release:
if: >
github.event.pull_request.merged == true &&
contains(github.event.pull_request.title, 'konjacbot')
name: Create Release note
runs-on: ubuntu-latest
steps:
- name: Run Release Drafter
uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
publish: false
commitish: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}