Skip to content

Bump Microsoft.EntityFrameworkCore from 7.0.5 to 7.0.9 #322

Bump Microsoft.EntityFrameworkCore from 7.0.5 to 7.0.9

Bump Microsoft.EntityFrameworkCore from 7.0.5 to 7.0.9 #322

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- name: "Draft Release"
uses: release-drafter/release-drafter@v5.23.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}