Skip to content

build(deps): Bump actions/add-to-project from 0.5.0 to 0.6.0 (#13) #26

build(deps): Bump actions/add-to-project from 0.5.0 to 0.6.0 (#13)

build(deps): Bump actions/add-to-project from 0.5.0 to 0.6.0 (#13) #26

name: Release Drafter
on:
workflow_dispatch:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
permissions: {}
jobs:
update_release_draft:
runs-on: ubuntu-20.04
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}