chore(deps-dev): bump the typescript group with 2 updates (#383) #322
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Fill GitHub Draft Release | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
permissions: | |
# To create or update releases | |
# https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents | |
contents: write | |
jobs: | |
update_release_draft: | |
runs-on: ${{ vars.RUNNER_UBUNTU }} | |
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 }} |