Skip to content

chore(gha): bump mikefarah/yq from 4.40.2 to 4.40.3 (#262) #179

chore(gha): bump mikefarah/yq from 4.40.2 to 4.40.3 (#262)

chore(gha): bump mikefarah/yq from 4.40.2 to 4.40.3 (#262) #179

name: Fill GitHub Draft Release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-22.04
permissions:
# To create or update releases
# https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents
contents: write
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
# The configuration file is shared in https://github.com/process-analytics/.github/
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}