Skip to content

chore(graphrag): upgrade dbgpt-tugraph-plugins to version 0.1.1 (#2213) #540

chore(graphrag): upgrade dbgpt-tugraph-plugins to version 0.1.1 (#2213)

chore(graphrag): upgrade dbgpt-tugraph-plugins to version 0.1.1 (#2213) #540

name: Update draft releases
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Draft DB-GPT release
uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}