Skip to content

Bump renovatebot/github-action from 46.1.6 to 46.1.7 #22

Bump renovatebot/github-action from 46.1.6 to 46.1.7

Bump renovatebot/github-action from 46.1.6 to 46.1.7 #22

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
permissions:
contents: read
pull-requests: write
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Draft release notes
uses: release-drafter/release-drafter@v7
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}