Skip to content

chore(gha): bump slackapi/slack-github-action from 1.26.0 to 1.27.0 (… #197

chore(gha): bump slackapi/slack-github-action from 1.26.0 to 1.27.0 (…

chore(gha): bump slackapi/slack-github-action from 1.26.0 to 1.27.0 (… #197

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 }}